From ad30e0ad830ecebe2ec717a3e852f500a85fe8dc Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 3 Dec 2021 14:21:10 +0300 Subject: [PATCH] CHANGELOG typo Signed-off-by: Valery Piashchynski --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc54e7..b4dc1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## 👀 New: - ✏️ `informer.List` RPC call return all available plugins with workers instead of all available plugins. This behavior was changed because `Informer` has the dependency of every RR plugin, which led to the cycles. This is not an external API and used only internally. -- ✏️ Beanstalk queue returned to the **[ALPHA]** stage. It's very unstable when destroying pipelines and can lead to infinite read loops when something wrong with the connection. Use with careful. +- ✏️ Beanstalk queue returned to the **[ALPHA]** stage. It's very unstable when destroying pipelines and can lead to infinite read loops when something wrong with the connection. Use with care. - ✏️ Go version updated to `v1.17.4`. ## 🩹 Fixes: