From 3726949ef6299e0fc8c154c17b92dd4581ca4477 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Fri, 29 Sep 2023 13:07:53 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f8966ae310..3f9b1d98a0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ +## __WORK IN PROGRESS__ +### Bugfixes +* The workaround from `v12.0.0` for the `7.19.x` SDK bug was not working correctly when the command that caused the controller to get stuck could be retried. This has now been fixed. (#6343) + ## 12.0.1 (2023-09-29) ### Bugfixes * Ignore when a node reports `Security S0/S2 CC` to have version 0 (unsupported) although it is using that CC (#6333)