From 72b18eff4c3136f9664769fd08b576d86f9075fd Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 11 Feb 2024 11:47:31 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 5 +++-- RELEASENOTES.md | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d9887a0..7b52e5776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,11 @@ All notable changes to this project will be documented in this file. ### Changed - Matter improve `MtrInfo` (#20686) -- Matter implement auto-attributes +- Matter implement auto-attributes (#20694) ### Fixed -- LVGL9 restore missing layouts +- Matter redirects for Advanced Matter configuration UI (#20690) +- LVGL9 restore missing layouts (#20701) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 134474a39..aa871d75d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -187,6 +187,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - IP stack compatible with new Core3 IPv6 implementation [#20509](https://github.com/arendst/Tasmota/issues/20509) - Refactored Pio filesystem download script [#20544](https://github.com/arendst/Tasmota/issues/20544) - Matter improve `MtrInfo` [#20686](https://github.com/arendst/Tasmota/issues/20686) +- Matter redirects for Advanced Matter configuration UI [#20690](https://github.com/arendst/Tasmota/issues/20690) +- Matter implement auto-attributes [#20694](https://github.com/arendst/Tasmota/issues/20694) ### Fixed - CVE-2021-36603 Cross Site Scripting (XSS) vulnerability [#12221](https://github.com/arendst/Tasmota/issues/12221)