diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a827706..9bfb3eb26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,10 @@ All notable changes to this project will be documented in this file. ### Fixed - Berry `light.get` for separate RGB/CT (#21818) -- Berry fix `bytes` setters and getters with negative offsets +- Berry `bytes` setters and getters with negative offsets (#21835) ### Removed -- Berry internal: remove class from closure to simplify code +- Berry internal: remove class from closure to simplify code (#21839) ## [14.1.0.3] 20240722 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b57057ace..3c96a90ae 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -184,9 +184,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565) - Berry `bytes.resize()` for large sizes [#21716](https://github.com/arendst/Tasmota/issues/21716) - Berry `light.get` for separate RGB/CT [#21818](https://github.com/arendst/Tasmota/issues/21818) +- Berry `bytes` setters and getters with negative offsets [#21835](https://github.com/arendst/Tasmota/issues/21835) - Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636) - Matter CASE Sigma1 resumption mode for faster reconnection [#21644](https://github.com/arendst/Tasmota/issues/21644) - Matter TLV.U8 unsigned encoding [#21672](https://github.com/arendst/Tasmota/issues/21672) - Matter resumption final ack [#21673](https://github.com/arendst/Tasmota/issues/21673) ### Removed +- Berry internal: remove class from closure to simplify code [#21839](https://github.com/arendst/Tasmota/issues/21839)