diff --git a/CHANGELOG.md b/CHANGELOG.md index b98937b8a..441b02b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,9 @@ All notable changes to this project will be documented in this file. - Haspmota `haspmota.parse()` page parsing (#23403) - ESP32-S3 display stability regression from #23397 (#23404) - DNS setting with `IPAddress4/5` not persisted (#23426) -- Berry avoid json parsing for unmatched commands -- Berry fix integer and real parser to handle overflows -- Berry fix potential pointer underflow with `string.endswith` +- Berry avoid json parsing for unmatched commands (#23494) +- Berry integer and real parser to handle overflows (#23495) +- Berry potential pointer underflow with `string.endswith` (#23496) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d1c1a9590..4ff283981 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -150,6 +150,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312) - Berry `display.touch_update` wrongly applies resistive calibration [#23363](https://github.com/arendst/Tasmota/issues/23363) - Berry `introspect.module()` failed to load modules in files [#23376](https://github.com/arendst/Tasmota/issues/23376) +- Berry avoid json parsing for unmatched commands [#23494](https://github.com/arendst/Tasmota/issues/23494) +- Berry integer and real parser to handle overflows [#23495](https://github.com/arendst/Tasmota/issues/23495) +- Berry potential pointer underflow with `string.endswith` [#23496](https://github.com/arendst/Tasmota/issues/23496) - Matter and mDNS can be enabled at the same time [#23373](https://github.com/arendst/Tasmota/issues/23373) - Haspmota `haspmota.parse()` page parsing [#23403](https://github.com/arendst/Tasmota/issues/23403)