CHANGELOG.md in invoker-1.5.4 vs CHANGELOG.md in invoker-1.5.5
- old
+ new
@@ -1,7 +1,13 @@
## Changelog since 1.5.4
+
+# v1.5.5
+* Fix high cpu usage when process managed by Invoker crashes and Invoker doesn't read from its socket.(https://github.com/code-mancers/invoker/pull/198)
+* Allow users to specify custom ssl certificate and key (https://github.com/code-mancers/invoker/pull/199)
+* Remove rainbow dependency and migrate to colorize
+
# v1.5.4
* Add support for running Invoker build in SELinux environments (https://github.com/code-mancers/invoker/pull/188)
* Add an option to print process listing in raw format. This enables us to see complete process list (https://github.com/code-mancers/invoker/pull/193)
* Fix colors in console output (https://github.com/code-mancers/invoker/pull/192)
* Add a new option to optionally disable colors in log when starting invoker (#196)