From 422c8f2e575b06ba9ed3f99f58d823f2645b9026 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:14: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 5b42464e8..fc8a5995f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. - ESP32 Framework (Arduino Core) from v2.0.12 to v2.0.13 ### Fixed +- ESP32 DS18x20 driver support extended over GPIO33 ### Removed @@ -37,7 +38,6 @@ All notable changes to this project will be documented in this file. - Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) - ESP32C3 relay click on restart - ## [13.1.0.1] 20230831 ### Added - Commands to allow setting of timeprop parameters (#19310) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1fc8be033..7b8a74f7c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -131,6 +131,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Teleinfo power [#19381](https://github.com/arendst/Tasmota/issues/19381) - Exception 3 in IRHVAC [#19389](https://github.com/arendst/Tasmota/issues/19389) - PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 [#19408](https://github.com/arendst/Tasmota/issues/19408) +- ESP32 DS18x20 driver support extended over GPIO33 - ESP32 Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) - ESP32 Shutter migration [#19454](https://github.com/arendst/Tasmota/issues/19454) - ESP32 Shutter multi press button events [#19465](https://github.com/arendst/Tasmota/issues/19465)