diff options
author | Valery Piashchynski <[email protected]> | 2021-11-07 16:17:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-11-07 16:17:41 +0300 |
commit | 0e40cde591cfc2bda4c062d952fd3f5ec53a4043 (patch) | |
tree | 80d24f3c1e0ce348f556ec19ca68c747f0f20d32 /CHANGELOG.md | |
parent | 92575ed6246b9adfdc74efced14e527743cf01b5 (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bc475f..e6da2b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ - ✏️ 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. +# v2.5.1 (07.11.2021) + +## 🩹 Fixes: + +- 🐛 Fix: worker's channel deadlock when using [TTL](https://github.com/spiral/roadrunner/issues/853). Thanks @dstrop # v2.5.0 (20.10.2021) |