summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-05-12 20:20:07 +0300
committerValery Piashchynski <[email protected]>2021-05-12 20:20:07 +0300
commit4b0a9860c3874c7fa8a0cb9ee7f0ec2be72b03d5 (patch)
tree588839d57a93e8802c16141921ffd208e57f7797 /CHANGELOG.md
parentc598df31e627f718e1137b705d67c558ed6a6498 (diff)
- 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 1c2d16ec..0eef249f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ v2.2.0 (11.05.2021)
- 🐛 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.
+- 🐛 Fix: uniform log levels. Use everywhere the same levels (warn, error, debug, info, panic).
---