From c121dbcd4a7ff00681f4013246e05515209bf620 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 5 Apr 2025 11:21:03 +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 87e6dda10..80b4d0395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. ### Fixed - INA226 driver fixes (#23197) -- TLS increase timeout and fix crash +- TLS increase timeout and fix crash (#23249) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2d30660cd..4f6ecebdc 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -152,6 +152,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - Too many zeros in RCSwitch received data regression from v14.4.1.4 [#23050](https://github.com/arendst/Tasmota/issues/23050) - INA226 driver fixes [#23197](https://github.com/arendst/Tasmota/issues/23197) +- TLS increase timeout and fix crash [#23249](https://github.com/arendst/Tasmota/issues/23249) - ESP32 receive incomplete serial data over 128 bytes [#23156](https://github.com/arendst/Tasmota/issues/23156) - ESP32 intermittent exception on WiFi AP cannot be reached [#23115](https://github.com/arendst/Tasmota/issues/23115) - ESP32-C3 WiFi sleep [#23096](https://github.com/arendst/Tasmota/issues/23096)