From 76d46511638b5c813159f7297f8d01e66fe22b44 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:16:08 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 6 +++--- RELEASENOTES.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1523a91a..986f0b468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,9 @@ All notable changes to this project will be documented in this file. ### Changed ### Fixed -- LVGL regression missing `lv.ANIM_OFF` and `lv.ANIM_ON` -- Berry fix `realline` -- LVGL HASPmora fix regression introduced with LVGL 9.3.0 +- LVGL regression missing `lv.ANIM_OFF` and `lv.ANIM_ON` (#23544) +- Berry fix `realline` (#23546) +- LVGL HASPmota fix regression introduced with LVGL 9.3.0 (#23547) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 10fc968fb..bce7a1caf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -122,5 +122,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Changed ### Fixed +- Berry fix `realline` [#23546](https://github.com/arendst/Tasmota/issues/23546) +- LVGL regression missing `lv.ANIM_OFF` and `lv.ANIM_ON` [#23544](https://github.com/arendst/Tasmota/issues/23544) +- LVGL HASPmota fix regression introduced with LVGL 9.3.0 [#23547](https://github.com/arendst/Tasmota/issues/23547) ### Removed