From 533b86d89033a731f583091cdc2952e8cbd11425 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 30 May 2024 14:12:20 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5020890e1..5e5424484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. - TCP bridge increased baudrate selection (#21528) ### Fixed +- uDisplay Parallel display on Core3 (#21529) ### Removed @@ -21,7 +22,6 @@ All notable changes to this project will be documented in this file. ### Fixed - ESP32 slow response when using UDP as in emulation (#21470) -- uDisplay Parallel display on Core3 ## [14.0.0.2] 20240529 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0986271de..65bf72153 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -144,6 +144,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Domoticz re-subscribe on MQTT reconnect. Regression from v13.4.0.3 [#21281](https://github.com/arendst/Tasmota/issues/21281) - Watchdog restart or freeze if ``displaytext`` is more than 128 characters [#21401](https://github.com/arendst/Tasmota/issues/21401) - Wrong timeout in `WebQuery` and `webclient` since Core3 [#21442](https://github.com/arendst/Tasmota/issues/21442) +- uDisplay Parallel display on Core3 [#21529](https://github.com/arendst/Tasmota/issues/21529) - UfsServe watchdog on large folder [#21486](https://github.com/arendst/Tasmota/issues/21486) - SML compile error when median-filter is disabled [#21495](https://github.com/arendst/Tasmota/issues/21495) - Hydreon RG15 malformed JSON string [#21508](https://github.com/arendst/Tasmota/issues/21508)