diff --git a/CHANGELOG.md b/CHANGELOG.md index 60274cda4..9220b2149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file. ### Added - Command `I2sPause` (#23646) - Basic support for ESP32-P4 (#23663) +- ESP32-P4 command `HostedOta` (#23675) +- Support for RV3028 RTC (#23672) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8190fafae..be9804f81 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -118,11 +118,13 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Added - Commands `LoRaWanDecoder "` and `LoRaWanName "` to clear name [#23394](https://github.com/arendst/Tasmota/issues/23394) - Command `I2sPause` [#23646](https://github.com/arendst/Tasmota/issues/23646) +- Support for RV3028 RTC [#23672](https://github.com/arendst/Tasmota/issues/23672) - Internal function 'WSContentSendRaw_P' [#23641](https://github.com/arendst/Tasmota/issues/23641) - Universal display driver for ZJY169S0800TG01 ST7789 280x240 [#23638](https://github.com/arendst/Tasmota/issues/23638) - NeoPool add Redox tank alarm [#19811](https://github.com/arendst/Tasmota/issues/19811) - I2S additions [#23543](https://github.com/arendst/Tasmota/issues/23543) -- Basic support for ESP32-P4 (#23663)[#23663](https://github.com/arendst/Tasmota/issues/23663) +- Basic support for ESP32-P4 [#23663](https://github.com/arendst/Tasmota/issues/23663) +- ESP32-P4 command `HostedOta` [#23675](https://github.com/arendst/Tasmota/issues/23675) - Berry f-strings now support ':' in expression [#23618](https://github.com/arendst/Tasmota/issues/23618) ### Breaking Changed