Update changelogs

This commit is contained in:
Theo Arends 2025-04-18 10:36:42 +02:00
parent 92b3f7d37c
commit 2831bbfd18
2 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,8 @@ All notable changes to this project will be documented in this file.
### Changed
### Fixed
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL
- Berry string literals containing NULL are truncated
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311)
- Berry string literals containing NULL are truncated (#23312)
### Removed

View File

@ -123,5 +123,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Changed
### Fixed
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL [#23311](https://github.com/arendst/Tasmota/issues/23311)
- Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312)
### Removed