From 03088156d533fe58fa6c749be6a7d985b06f3494 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Thu, 21 Sep 2023 10:00:02 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4260f3a058..58849bf52a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ +## __WORK IN PROGRESS__ +### Bugfixes +* Fixed an issue where some `Notification CC Reports` including an enumeration value would cause the corresponding value ID to be set to the wrong value (#6282) +* When the Serial API on a controller restarts unexpectedly, the node ID length is now synchronized again (#6271) + +### Config file changes +* Add warnings about broken controller firmware versions (#6293) + ## 11.14.2 (2023-09-11) ### Bugfixes * Fixed an issue causing commands that have previously been moved to the wakeup queue for sleeping nodes would no longer be handled correctly on wakeup and block the send queue for an extended amount of time (#6266)