diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f7c70f2..3a9e0c2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [15.0.1.4] ### Added +- ESP32 Extension Manager, replacing loading of Partition Wizard (#23955) ### Breaking Changed @@ -23,7 +24,6 @@ All notable changes to this project will be documented in this file. - Extend state JSON message with functional hostname and ipaddress which could be WiFi or Ethernet - Berry multiplication between string and int (#23850) - Support for RX8030 RTC (#23855) -- Extension Manager, replacing loading of Partition Wizard ### Breaking Changed - Berry `animate` framework is DEPRECATED, will be replace by `animation` framework (#23854) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2c8c58177..68cd44cf1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -126,6 +126,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - NeoPool add Redox tank alarm [#19811](https://github.com/arendst/Tasmota/issues/19811) - I2S additions [#23543](https://github.com/arendst/Tasmota/issues/23543) - ESP32 ROM SHA Hardware Acceleration to BearSSL [#23819](https://github.com/arendst/Tasmota/issues/23819) +- ESP32 Extension Manager, replacing loading of Partition Wizard [#23955](https://github.com/arendst/Tasmota/issues/23955) - Support for ESP32-P4 [#23663](https://github.com/arendst/Tasmota/issues/23663) - Support for ESP32-C5 [#23804](https://github.com/arendst/Tasmota/issues/23804) - ESP32-P4 command `HostedOta` [#23675](https://github.com/arendst/Tasmota/issues/23675)