From 0949dda6505e8938811a3d68d8db35efb592f5c3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:21:04 +0200 Subject: [PATCH] Update changelog/releasenotes --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc07db86..61ce068f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Template conversion when GPIO17 is 0 +- Template using ``#define USER_TEMPLATE`` (#9506) - Ledlink blink when no network connected regression from 8.3.1.4 (#9292) - Exception 28 due to device group buffer overflow (#9459) - Shutter timing problem due to buffer overflow in calibration matrix (#9458) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 03ef6928e..30bc6a06f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -80,6 +80,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota ### Fixed - Template conversion when GPIO17 is 0 +- Template using ``#define USER_TEMPLATE`` (#9506) - Ledlink blink when no network connected regression from 8.3.1.4 (#9292) - Exception 28 due to device group buffer overflow (#9459) - Shutter timing problem due to buffer overflow in calibration matrix (#9458)