Update change logs

This commit is contained in:
Theo Arends 2025-09-27 11:05:36 +02:00
parent 6325a9fb44
commit 735d61ef2b
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
### Changed
- ESP32 Platform from 2025.08.30 to 2025.09.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23888)
- Use HAL instead of ROM for SHA HW acceleration as used by TLS (#23902)
- Berry add argument to `werbserver.content_send_style`
- Berry add argument to `werbserver.content_send_style` (#23953)
### Fixed

View File

@ -152,6 +152,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Use HAL instead of ROM for SHA HW acceleration as used by TLS [#23902](https://github.com/arendst/Tasmota/issues/23902)
- BLE updates for esp-nimble-cpp v2.x [#23553](https://github.com/arendst/Tasmota/issues/23553)
- Berry raise webserver hooks from 16 to 32 [#23748](https://github.com/arendst/Tasmota/issues/23748)
- Berry add argument to `werbserver.content_send_style` [#23953](https://github.com/arendst/Tasmota/issues/23953)
### Fixed
- Syslog RFC5424 compliance [#23509](https://github.com/arendst/Tasmota/issues/23509)