From 2f3663b8aa838e25272c567b8e76ff904cc74cf0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 8 May 2024 13:26:36 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) 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)