mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
2705e6177d
commit
17a299dd00
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue