diff options
author | Wolfy-J <[email protected]> | 2019-12-23 16:24:48 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-12-23 16:24:48 +0300 |
commit | d9df675e52e7f33e29e94a49d6d8fadbf537633a (patch) | |
tree | 9ff8662a867952a6547ab8ffc6129136605791c6 | |
parent | 23e3ca71347aec2152b17def2bb37d4927a6aebe (diff) |
- update changelog
-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 |