diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8b3aab9..4871dc308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f727c6625..33a8af929 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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