diff --git a/CHANGELOG.md b/CHANGELOG.md index 61be56fd..e396ce77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed ### Deprecated ### Removed +- Removed obsolete v0 code. ### Fixed +- `error`: Fixed custom error creation, do not create default message, otherwise the info will be duplicated in error output. +- `jwt`: updated indexing notes, and readme. ### Security + ## [v1.1.0] - 2018-10-29 ### Added - `examples`: Added an example to run the debug app with apache2+libfcgi inside a docker container.