From 7f874b2a14b57d7b7625aaa42325e98c5177a29a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:00:33 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 1 + RELEASENOTES.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5366c9a2e..a4c690d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - Serial console support for Backspace when enabling `#define USE_SERIAL_BACKSPACE` (#24830) - Build copy firmware artifacts with ELF-extracted build timestamp (opt-in) (#24794) +- Enhance Matter plugin functionality for On/Off control and add support for Global Scene Control and related commands (#24854) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a0d0d49c3..4779807ee 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -132,8 +132,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry transpose C defines to Berry in `tasmota_defines_for_berry.be` [#24680](https://github.com/arendst/Tasmota/issues/24680) - Berry RGBW white blend and 10-bit gamma support to Berry LED pixel rendering [#24750](https://github.com/arendst/Tasmota/issues/24750) - Berry manual tool to compare and verify solidification between C and Python [#24754](https://github.com/arendst/Tasmota/issues/24754) - -### Breaking Changed +- Enhance Matter plugin functionality for On/Off control and add support for Global Scene Control and related commands [#24854](https://github.com/arendst/Tasmota/issues/24854) ### Changed - ESP32 Platform from 2025.04.30 to 2026.05.50, Framework (Arduino Core) from v3.1.11 to v3.3.8.260506 and IDF from v5.3.4.260127 to v5.5.4.260407 [#24718](https://github.com/arendst/Tasmota/issues/24718)