diff --git a/CHANGELOG.md b/CHANGELOG.md index ed08a6a16..b0ec099f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ All notable changes to this project will be documented in this file. - Conflicting log_level definitions in NimBLE (#21337) - Avoid unwanted OTA upgrade when safeboot starts for the first time (#21360) - Matter broken NOCStruct types preventing pairing with HA (#21365) +- jpeg compile core3 (#21387) ### Removed - LVGL disabled vector graphics (#21242) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b2d771a8f..d4d9ac289 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -212,6 +212,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Neopool prevent possible multiple bus requests [#21267](https://github.com/arendst/Tasmota/issues/21267) - Async HMDI CEC [#21287](https://github.com/arendst/Tasmota/issues/21287) - ESP8266 physical button/switch control when no rules activated [#21187](https://github.com/arendst/Tasmota/issues/21187) +- jpeg compile core3 [#21387](https://github.com/arendst/Tasmota/issues/21387) - ESP32 PWM activity on unconfigured PWM GPIOs [#20732](https://github.com/arendst/Tasmota/issues/20732) - Avoid unwanted OTA upgrade when safeboot starts for the first time [#21360](https://github.com/arendst/Tasmota/issues/21360) - BTHome, prep BLE5 [#20989](https://github.com/arendst/Tasmota/issues/20989)