Update change logs

This commit is contained in:
Theo Arends 2025-10-21 10:51:09 +02:00
parent 7daa159307
commit 120a23d5b7
2 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
## [15.1.0.1] ## [15.1.0.1]
### Added ### Added
- TLS enabled ECDSA by default for ESP8266 (#24009) - TLS enabled ECDSA by default for ESP8266 (#24009)
- Berry add `cb.free_cb` for extension manager (#24014) - Berry `cb.free_cb` for extension manager (#24014)
- Berry `light.get()` direct access to values - Berry `light.get()` direct access to values (#24033)
### Breaking Changed ### Breaking Changed

View File

@ -115,7 +115,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
## Changelog v15.1.0.1 ## Changelog v15.1.0.1
### Added ### Added
- TLS enabled ECDSA by default for ESP8266 [#24009](https://github.com/arendst/Tasmota/issues/24009) - TLS enabled ECDSA by default for ESP8266 [#24009](https://github.com/arendst/Tasmota/issues/24009)
- Berry add `cb.free_cb` for extension manager [#24014](https://github.com/arendst/Tasmota/issues/24014) - Berry `cb.free_cb` for extension manager [#24014](https://github.com/arendst/Tasmota/issues/24014)
- Berry `light.get()` direct access to values [#24033](https://github.com/arendst/Tasmota/issues/24033)
### Breaking Changed ### Breaking Changed