diff --git a/CHANGELOG.md b/CHANGELOG.md index a5110ebf8..31eafdda3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ All notable changes to this project will be documented in this file. - Support for Senseair S88 CO2 sensor (#22733) - ESP32 TasmotaLED change dynamically the number of pixels (#22754) - ESP32 expand `Pixels` with reverse, height and alternate (#22755) -- Berry add `bytes().appendhex()` +- Berry add light_pixels values to `tasmota.settings` (#22762) +- Berry add `bytes().appendhex()` (#22767) ### Breaking Changed @@ -859,7 +860,6 @@ All notable changes to this project will be documented in this file. - Berry provide lightweight options for `tasmota.wifi/eth/memory/rtc` (#20448) - Berry `tasmota.webcolor` (#20454) - Support for pipsolar inverter (#20408) -- Berry add light_pixels values to `tasmota.settings` ### Changed - Renamed button "Consoles" to "Tools" diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 50372761c..86883c1d0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -127,6 +127,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry add unicode encoding to string parsing [#22713](https://github.com/arendst/Tasmota/issues/22713) - Berry `tasmota.int(v, min, max)` function [#22723](https://github.com/arendst/Tasmota/issues/22723) - Berry driver for M5Stack 8encoder [#22724](https://github.com/arendst/Tasmota/issues/22724) +- Berry add light_pixels values to `tasmota.settings` [#22762](https://github.com/arendst/Tasmota/issues/22762) +- Berry add `bytes().appendhex()` [#22767](https://github.com/arendst/Tasmota/issues/22767) ### Breaking Changed