Update changelogs

This commit is contained in:
Theo Arends 2024-05-15 15:37:25 +02:00
parent 2705e6177d
commit 17a299dd00
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
### Breaking Changed
### Changed
- ESP32 compiler option from `target-align` to `no-target-align` (#21407)
### Fixed

View File

@ -125,6 +125,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking Changed
### Changed
- ESP32 compiler option from `target-align` to `no-target-align` [#21407](https://github.com/arendst/Tasmota/issues/21407)
### Fixed