updated changelog.

This commit is contained in:
2018-11-16 19:39:13 +01:00
parent 1c58674523
commit e73302639d

View File

@@ -10,9 +10,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Changed ### Changed
### Deprecated ### Deprecated
### Removed ### Removed
- Removed obsolete v0 code.
### Fixed ### 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 ### Security
## [v1.1.0] - 2018-10-29 ## [v1.1.0] - 2018-10-29
### Added ### Added
- `examples`: Added an example to run the debug app with apache2+libfcgi inside a docker container. - `examples`: Added an example to run the debug app with apache2+libfcgi inside a docker container.