From 38802ab5b7b524070077ab5deb969d282ea45a60 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 6 May 2025 10:23:48 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 722f0b575..70ff4d40b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file. - Berry `display.touch_update` wrongly applies resistive calibration (#23363) - NimBLE log_level definition conflict (#23366) - Matter and mDNS can be enabled at the same time (#23373) -- Berry `introspect.module()` failed to load modules in files +- Berry `introspect.module()` failed to load modules in files (#23376) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b5492915e..3b5e06f64 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -134,6 +134,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - 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) - 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) - Matter and mDNS can be enabled at the same time [#23373](https://github.com/arendst/Tasmota/issues/23373) ### Removed