summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-05-06 20:02:48 +0300
committerValery Piashchynski <[email protected]>2021-05-06 20:02:48 +0300
commit797e25b47ef2e8aa01c1ded697fc0fd65d0bf511 (patch)
tree7cc360a96aef8b437a5e703b244ab2643c9b6f86 /CHANGELOG.md
parent009b7009885d8a15e6fa6c7e78436087b2f20129 (diff)
- Fix bug with exec_ttl
- Update CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ed7c7bb..1c2d16ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ v2.2.0 (11.05.2021)
## 🩹 Fixes:
- 🐛 Fix: issue with wrong ordered middlewares (reverse). Now the order is correct.
+- 🐛 Fix: issue when RR fails if a user sets `debug` mode with the `exec_ttl` supervisor option.
---