Update change logs

This commit is contained in:
Theo Arends 2025-10-12 11:17:09 +02:00
parent f6a488a84c
commit 2d894c49e0
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
### Changed
### Fixed
- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA (#24000)
### Removed
@ -29,7 +30,6 @@ All notable changes to this project will be documented in this file.
### Fixed
- Berry fixed 'be_top is non zero' warning when calling C mapped functions (#23989)
- Berry fixed 'be_top is non zero' when `Br` command fails (#23990)
- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA
## [15.0.1.4] 20251002
### Added

View File

@ -120,5 +120,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Changed
### Fixed
- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA [#24000](https://github.com/arendst/Tasmota/issues/24000)
### Removed