From 415f35d72ad963bd5ab7c777e24f175e20ddeb95 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Fri, 19 Jan 2024 13:41:41 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7954647940d..c3b581d757fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ +## __WORK IN PROGRESS__ +This release adds support for Z-Wave Long Range thanks to the amazing work of @jtbraun. Application developers planning to add support should read [this](https://github.com/zwave-js/node-zwave-js/blob/release-12.5.x/docs/getting-started/long-range.md) to get started. + +### Features +* Support Z-Wave Long Range (#6401) + +### Config file changes +* Add 2nd product ID for Ring Panic Button Gen2 (#6595) + +### Changes under the hood +* Fix compatibility of ESLint plugin with Node.js 18 (#6580) + ## 12.4.1 (2023-12-09) ### Bugfixes * Handle more cases of unexpected Serial API restarts (#6551)