From f3aed72f97880cc23d1e2b46993c36e1488d6934 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:53:35 +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 2101bac44..5a7f89234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ All notable changes to this project will be documented in this file. - Autoconf prevent 'init.bat' from stopping on empty lines (#22158) - Compilation exception when metrics not found (#22170) - ESP8266 Exception 3 on tasmota-minimal caused by unaligned PROGMEM (#22169) -- LVGL compilation of lv_menu +- LVGL compilation of lv_menu (#22188) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 634ecba3a..d447ad673 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -173,6 +173,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry energy missing attributes [#22116](https://github.com/arendst/Tasmota/issues/22116) - Berry I2C to prepare M5Stack I2C STM32 based devices [#22143](https://github.com/arendst/Tasmota/issues/22143) - LVGL Added OpenHASP icons to font `montserrat-28` [#22048](https://github.com/arendst/Tasmota/issues/22048) +- LVGL compilation of lv_menu [#22188](https://github.com/arendst/Tasmota/issues/22188) - 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) - Matter fail to report Shutter status if no shutter is configured in Tasmota [#22049](https://github.com/arendst/Tasmota/issues/22049)