From 5675f00d70b2d6ce73d7c4b03d1bdf8ffaaac8b1 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:12:31 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c209af458..84ea7bba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ All notable changes to this project will be documented in this file. ### Fixed - Shutter missing HOLD on shutterbutton (#22108) - ModbusBridge request and response logic (#22075) -- Berry energy missing attributes -- Zigbee flashing CC2562P with latest firmware +- Berry energy missing attributes (#22116) +- Zigbee flashing CC2562P with latest firmware (#22117) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 51ef74b0c..1b372723c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -154,7 +154,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - ModbusBridge request and response logic [#22075](https://github.com/arendst/Tasmota/issues/22075) - Zigbee extend timeout for MCU reboot from 5s to 10s [#22009](https://github.com/arendst/Tasmota/issues/22009) - Zigbee avoid disabling console serial on ESP32 and improved log messages [#22082](https://github.com/arendst/Tasmota/issues/22082) +- Zigbee flashing CC2562P with latest firmware [#22117](https://github.com/arendst/Tasmota/issues/22117) - Berry avoid `readbytes()` from crashing when file is too large [#22057](https://github.com/arendst/Tasmota/issues/22057) +- Berry energy missing attributes [#22116](https://github.com/arendst/Tasmota/issues/22116) - LVGL Added OpenHASP icons to font `montserrat-28` [#22048](https://github.com/arendst/Tasmota/issues/22048) - Matter fixed UI bug when no endpoints configured [#22008](https://github.com/arendst/Tasmota/issues/22008) - Matter fix when Rules are disabled [#22016](https://github.com/arendst/Tasmota/issues/22016)