diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c8c90303..ce779ab9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. - Berry support for `sortedmap` (#23441) - Berry `introspect.module` option to not cache module entry (#23451) - Berry `webserver.remove_route` to revert `webserver.on` (#23452) -- Berry `compile` and `tasmota.compile` option to compile in local context +- Berry `compile` and `tasmota.compile` option to compile in local context (#23457) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 79c3324a2..0efdea213 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -129,6 +129,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - 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) +- Berry `compile` and `tasmota.compile` option to compile in local context [#23457](https://github.com/arendst/Tasmota/issues/23457) - HASPmota `antiburn()` [#23400](https://github.com/arendst/Tasmota/issues/23400) - HASPmota auto-dimming when no touch [#23425](https://github.com/arendst/Tasmota/issues/23425)