diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5aa54d5..22b8bec23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ All notable changes to this project will be documented in this file. - AlpineJS 2.8.2 - optional for now (#23259) ### Breaking Changed -- HASPmota added `y2_min` and `y2_max` to control the second series of `chart` -- HASPmota default theme is now Tasmota-style +- HASPmota added `y2_min` and `y2_max` to control the second series of `chart` (#23287) +- HASPmota default theme is now Tasmota-style (#23288) ### Changed - Output of commands `GPIO` and `GPIOs` swapped diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7634a2283..7a3701ca2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -136,6 +136,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed - Berry remove `Leds.create_matrix` from the standard library waiting for reimplementation [#23114](https://github.com/arendst/Tasmota/issues/23114) +- HASPmota added `y2_min` and `y2_max` to control the second series of `chart` [#23287](https://github.com/arendst/Tasmota/issues/23287) +- HASPmota default theme is now Tasmota-style [#23288](https://github.com/arendst/Tasmota/issues/23288) ### Changed - ESP32 Platform from 2025.02.30 to 2025.04.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250411 and IDF from v5.3.2.250120 to 5.3.2.250403 [#23280](https://github.com/arendst/Tasmota/issues/23280)