diff options
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 12924618..4b2a669c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +v1.5.3 +------------------- +- metric and rpc ports are rotated in tests to avoid false positive +- massive test and source cleanup (more error handlers) by @ValeryPiashchynski +- "Server closed" error has been supressed +- added the ability to specificy any config value via json flag `-j` +- minor improvements in travis pipeline + v1.5.2 (05.12.2019) ------------------- - added support for symfony/console 5.0 by @coxa |