From fc7638e684ef8398007cb7107b16703acad9dad6 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 31 May 2024 10:07:28 +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 d7d9e31bf..cd5643e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. - uDisplay Parallel display on Core3 (#21529) ### Removed -- Deprecated code from drivers, `USE_TTGO_WATCH` and `USE_M5STACK_CORE2` +- Deprecated code from drivers, `USE_TTGO_WATCH` and `USE_M5STACK_CORE2` (#21533) ## [14.0.0.3] 20240530 ### Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 017a888e4..0d4791e2b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -162,3 +162,4 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Removed - Support of old insecure fingerprint algorithm. Deprecated since v8.4.0 [#21417](https://github.com/arendst/Tasmota/issues/21417) +- Deprecated code from drivers, `USE_TTGO_WATCH` and `USE_M5STACK_CORE2` [#21533](https://github.com/arendst/Tasmota/issues/21533)