diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e80e822..47f68d128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ## [13.1.0.3] ### Added - Support for Shelly PlusPMMini, Plus1Mini and Plus1PMMini +- Matter support for Virtual Devices controllable via Rules or Berry (#19520) ### Breaking Changed @@ -19,7 +20,6 @@ All notable changes to this project will be documented in this file. ### Added - Support for HDMI CEC protocol (#19434) - Support different baudrates on BL0942 -- Matter support for Virtual Devices controllable via Rules or Berry ### Changed - Berry fast_loop is now called every 5ms whatever the Sleep value (#19436) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3c4ebee90..73cda1aa6 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 - Teleinfo power [#19381](https://github.com/arendst/Tasmota/issues/19381) - Exception 3 in IRHVAC [#19389](https://github.com/arendst/Tasmota/issues/19389) - PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 [#19408](https://github.com/arendst/Tasmota/issues/19408) +- ESP32 Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) - ESP32 Shutter migration [#19454](https://github.com/arendst/Tasmota/issues/19454) - ESP32 Shutter multi press button events [#19465](https://github.com/arendst/Tasmota/issues/19465) -- Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) - ESP32C3 relay click on restart +- Matter support for Virtual Devices controllable via Rules or Berry [#19520](https://github.com/arendst/Tasmota/issues/19520) ### Removed