From 328041ad0e758357c285a00eeef11e751a26971c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 2 Sep 2021 10:09:23 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735667c1f..990a8951a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development ## [9.5.0.8] - ### Fixed -- Fixed crash when PSRAM is absent and ``BOARD_HAS_PSRAM`` set +- ESP32 crash when PSRAM is absent and ``BOARD_HAS_PSRAM`` set (#13037) +- MQTT TLS related connection timing errors (#13033) ## [9.5.0.7] 20210901 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3b86bb78f..bc67bca02 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -179,3 +179,5 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Unable to disable MusicSync mode on Sonoff L1 Lite regression from 9.3.0 [#12930](https://github.com/arendst/Tasmota/issues/12930) - Wiegand support for keypad zero key in single key mode using ``SetOption124 1`` [#12960](https://github.com/arendst/Tasmota/issues/12960) - Hass and Tasmota discovery prefix topic notifications [#12972](https://github.com/arendst/Tasmota/issues/12972) +- MQTT TLS related connection timing errors [#13033](https://github.com/arendst/Tasmota/issues/13033) +- ESP32 crash when PSRAM is absent and ``BOARD_HAS_PSRAM`` set [#13037](https://github.com/arendst/Tasmota/issues/13037)