diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f65758c2..048bb2a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,10 @@ All notable changes to this project will be documented in this file. - Berry `classof` extended to class methods (#21615) - Extend command ``SetOption147 1`` to disable publish of IRReceived MQTT messages (#21574) - Matter support for Rain sensor (#21633) -- Matter add internal debug option (#21634) -- Matter add Fan support (virtual only) (#21637) +- Matter internal debug option (#21634) +- Matter Fan support (virtual only) (#21637) - Matter show event name in logs (#21649) -- Matter full support of events +- Matter full support of events (#21698) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a40a8e135..e2c86e624 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -131,9 +131,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - HASPmota rounds to nearest int values passed as 'real' [#21599](https://github.com/arendst/Tasmota/issues/21599) - Matter support for Air Quality sensors [#21559](https://github.com/arendst/Tasmota/issues/21559) - Matter support for bridged Air Quality [#21597](https://github.com/arendst/Tasmota/issues/21597) -- Matter add internal debug option [#21634](https://github.com/arendst/Tasmota/issues/21634) -- Matter add Fan support (virtual only) [#21637](https://github.com/arendst/Tasmota/issues/21637) +- Matter internal debug option [#21634](https://github.com/arendst/Tasmota/issues/21634) +- Matter Fan support (virtual only) [#21637](https://github.com/arendst/Tasmota/issues/21637) - Matter show event name in logs [#21649](https://github.com/arendst/Tasmota/issues/21649) +- Matter full support of events [#21698](https://github.com/arendst/Tasmota/issues/21698) ### Changed - ESP8266 platform update from 2024.01.01 to 2024.06.00 [#21668](https://github.com/arendst/Tasmota/issues/21668)