From 7378b34c68b5aa56d745baf6999547977fca2ca5 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Fri, 22 Nov 2024 13:58:25 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdebca522f3..cea4c42ab1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ +## __WORK IN PROGRESS__ +### Bugfixes +* Fixed an issue that prevented the `nvmedit` CI utility from starting (#7432) +* Fixed an issue where some CC API methods would incorrectly fail validation of their arguments (#7433) + ## 14.3.4 (2024-11-20) ### Bugfixes * Fixed an issue where CC classes would have a different name when `zwave-js` was loaded as CommonJS, changing how those CCs were handled (#7426)