Update changelogs

This commit is contained in:
Theo Arends 2021-09-02 10:09:23 +02:00
parent 6711d464ed
commit 328041ad0e
2 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development ## [Unreleased] - Development
## [9.5.0.8] ## [9.5.0.8]
### Fixed ### 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 ## [9.5.0.7] 20210901
### Added ### Added

View File

@ -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) - 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) - 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) - 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)