Updated changelogs

This commit is contained in:
2019-05-30 16:38:27 +02:00
parent 5df220beef
commit 256f7581f1

View File

@@ -10,10 +10,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Changed ### Changed
### Deprecated ### Deprecated
### Removed ### Removed
### Fixed
### Security
## [v1.1.1] - 2019-05-30
### Added
- `wsf_proxy`: Added support for X-Forwarded-For .., and Forwarded header, for the simple proxy implementation. Also added the possibility to "keep" the original host name. Updated related example.
### Changed
### Deprecated
### Removed
- Removed obsolete v0 code. - 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. - `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. - `jwt`: updated indexing notes, and readme.
- Removed VDRS(4) errors.
### Security ### Security