From 6ffcc69e2dc5e2626a0d6d3f7d98795ba73e324c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:29:28 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d6d1e47c10..b9d675befeb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ All notable changes to this project will be documented in this file. - ESP32 platform update from 2024.07.11 to 2024.08.10 (#21893) - ESP32 Framework (Arduino Core) from v3.0.2 to v3.0.4 (#21893) - Refactored Analog driver to better support multiple channels -- Zigbee loads device data early before MCU startup +- Zigbee loads device data early before MCU startup (#21917) ### Fixed - Berry `light.get` for separate RGB/CT (#21818) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cf2d4c46e7b9..00ef59a135d9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -183,6 +183,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - ESP32 MI32 refactoring, bugfixes, generic device scanning [#21603](https://github.com/arendst/Tasmota/issues/21603) - ESP32 MI32 improve parser [#21648](https://github.com/arendst/Tasmota/issues/21648) - ESP32 TM1621 number overflow from "9999" to "12E3" [#21131](https://github.com/arendst/Tasmota/issues/21131) +- Zigbee loads device data early before MCU startup [#21917](https://github.com/arendst/Tasmota/issues/21917) - Berry updated precompiled Windows binary [#21858](https://github.com/arendst/Tasmota/issues/21858) - Berry simplified `module persist` [#21812](https://github.com/arendst/Tasmota/issues/21812) - Berry consolidated constants for solidified classes reduces Flash size [#2185](https://github.com/arendst/Tasmota/issues/2185)