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)