diff options
author | Valery Piashchynski <[email protected]> | 2021-11-23 18:34:27 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-11-23 18:34:27 +0300 |
commit | da6d9b3d535196074345c481323e07ca5d09a8c5 (patch) | |
tree | b93ba751fdfd343b4f181caa9635f4934e495d59 /CHANGELOG.md | |
parent | 57acf5cf06a4e98e65c539bb243e0e293a2e62fd (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6da2b09..95a8aa66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - ✏️ New internal message bus. Available globally. Supports wildcard subscriptions (for example: `http.*` will subscribe you to the all events coming from the `http` plugin). The subscriptions can be made from any RR plugin to any RR plugin. +## 🩹 Fixes: + +- 🐛 Fix: zombie processes in the `pool.debug` mode. + # v2.5.1 (07.11.2021) ## 🩹 Fixes: |