diff options
author | Valery Piashchynski <[email protected]> | 2021-04-30 16:32:11 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-30 16:32:11 +0300 |
commit | 4236dfac2cd65a9031b04aa659448152868a4190 (patch) | |
tree | 591e77440a7f595d595c72cf1129e235501a75b1 /CHANGELOG.md | |
parent | 38021decff98dabcab873f4c258f12d122988cdd (diff) | |
parent | 009b7009885d8a15e6fa6c7e78436087b2f20129 (diff) |
Merge branch 'beta' into stable
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f9291f32..26612551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,15 @@ v2.2.0 (11.05.2021) , `weak` and `pattern`. ### Option `always` was deleted from the plugin. -- ✏️ + +- ✏️ Update `informer.List` implementation. Now it returns a list with the all available plugins in the runtime. ## 🩹 Fixes: - 🐛 Fix: issue with wrong ordered middlewares (reverse). Now the order is correct. +--- + v2.1.1 (29.04.2021) ------------------- |