From 3b0cb408ba3ea94534679b38db03d03b8888732c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:57:00 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 +++- RELEASENOTES.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486b5ab7a..6f2a557d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - ESP32 support for Shelly Plus Add-On using DS18x20 or DHT11/AM2301/DHT21/DHT22/AM2302/AM2321/SI7021 on GPIO0/1 (#20580) - ESP32 MI32 Legacy initial support for sensors using BTHOME packet format (#20625) - Berry `introspect.contains` and `bytes.addfloat` (#20635) +- Matter add human readable names for TimeSync cluster (#20666) ### Breaking Changed - Matter aggregator relocated to endpoint 1 for Google compatibility, may break existing associations (#20654) @@ -25,7 +26,8 @@ All notable changes to this project will be documented in this file. ### Fixed - Berry C mapping, raise an error if too many arguments are sent (#20604) -- Matter fixed error when removing device from Google Home +- Matter error when removing device from Google Home (#20665) +- Matter exception when fabrics is not initialized (#20667) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4f308222d..c1fc8e472 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -160,6 +160,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - HASPmota type `chart` [#20372](https://github.com/arendst/Tasmota/issues/20372) - HASPmota support for `min` and `max` attribute in `slider` [#20582](https://github.com/arendst/Tasmota/issues/20582) - Matter support for password for remote Tasmota devices [#20296](https://github.com/arendst/Tasmota/issues/20296) +- Matter add human readable names for TimeSync cluster [#20666](https://github.com/arendst/Tasmota/issues/20666) ### Breaking Changed - Refactoring of Berry `animate` module for WS2812 Leds [#20236](https://github.com/arendst/Tasmota/issues/20236) @@ -201,6 +202,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry C mapping, raise an error if too many arguments are sent [#20604](https://github.com/arendst/Tasmota/issues/20604) - Matter Contact sensor was not triggering any update [#20232](https://github.com/arendst/Tasmota/issues/20232) - Matter support for Alexa [#20545](https://github.com/arendst/Tasmota/issues/20545) +- Matter error when removing device from Google Home [#20665](https://github.com/arendst/Tasmota/issues/20665) +- Matter exception when fabrics is not initialized [#20667](https://github.com/arendst/Tasmota/issues/20667) ### Removed - Max number of 30 backlog entries