From 36a2d253e5347d494c801eb475b35c4033cc35bb Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 21 May 2025 10:01:25 +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 b5b0fe317..b862f94f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ All notable changes to this project will be documented in this file. - HASPmota auto-dimming when no touch (#23425) - Provide serial upload port from VSC to PIO (#23436) - Berry support for `sortedmap` (#23441) -- Berry `introspect.module` option to not cache module entry -- Berry `webserver.remove_route` to revert `webserver.on` +- Berry `introspect.module` option to not cache module entry (#23451) +- Berry `webserver.remove_route` to revert `webserver.on` (#23452) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c0ab468e7..79c3324a2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -127,6 +127,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Optional Wifi strength indicator in WebUI status line [#23352](https://github.com/arendst/Tasmota/issues/23352) - Wireguard VPN [#23347](https://github.com/arendst/Tasmota/issues/23347) - Berry support for `sortedmap` [#23441](https://github.com/arendst/Tasmota/issues/23441) +- Berry `introspect.module` option to not cache module entry [#23451](https://github.com/arendst/Tasmota/issues/23451) +- Berry `webserver.remove_route` to revert `webserver.on` [#23452](https://github.com/arendst/Tasmota/issues/23452) - HASPmota `antiburn()` [#23400](https://github.com/arendst/Tasmota/issues/23400) - HASPmota auto-dimming when no touch [#23425](https://github.com/arendst/Tasmota/issues/23425)