From ac51cd7340fc9c6970f61141b705c17351f30cc6 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 5 Jul 2025 14:56:57 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 10 +++++----- RELEASENOTES.md | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68a179c2..4bd801353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## [15.0.1.1] ### Added - I2S additions (#23543) -- Berry f-strings now support ':' in expression +- Berry f-strings now support ':' in expression (#23618) ### Breaking Changed @@ -17,10 +17,10 @@ All notable changes to this project will be documented in this file. ### Fixed - LVGL restore `lv_chart.set_range` removed in LVGL 9.3.0 in favor of `lv_chart.set_axis_range` (#23567) -- Berry vulnerability in JSON parsing for unicode -- Berry fix security issues in `int64` and improve documentation -- Berry fix security issues in `berry_mapping` and improve documentation -- Berry Hue fix regression from #23429 +- Berry vulnerability in JSON parsing for unicode (#23603) +- Berry security issues in `int64` and improve documentation (#23605) +- Berry security issues in `berry_mapping` and improve documentation (#23606) +- Berry Hue regression from #23429 (#23623) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6f26ee491..bb5837bf8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -117,6 +117,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v15.0.1.1 ### Added - I2S additions [#23543](https://github.com/arendst/Tasmota/issues/23543) +- Berry f-strings now support ':' in expression [#23618](https://github.com/arendst/Tasmota/issues/23618) ### Breaking Changed @@ -126,6 +127,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - BLE updates for esp-nimble-cpp v2.x [#23553](https://github.com/arendst/Tasmota/issues/23553) ### Fixed +- Berry vulnerability in JSON parsing for unicode [#23603](https://github.com/arendst/Tasmota/issues/23603) +- Berry security issues in `int64` and improve documentation [#23605](https://github.com/arendst/Tasmota/issues/23605) +- Berry security issues in `berry_mapping` and improve documentation [#23606](https://github.com/arendst/Tasmota/issues/23606) +- Berry Hue regression from #23429 [#23623](https://github.com/arendst/Tasmota/issues/23623) - LVGL restore `lv_chart.set_range` removed in LVGL 9.3.0 in favor of `lv_chart.set_axis_range` [#23567](https://github.com/arendst/Tasmota/issues/23567) ### Removed