From 2831bbfd18d2c2d32d95f4d0b0e0b58ea85d2c29 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:36:42 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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