From 9fb8065fac46ab54431a9b785ab0e0c058399815 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:37:20 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1970b5b7..bb1ff2b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - Berry add unicode encoding to string parsing (#22713) - Berry `tasmota.int(v, min, max)` function (#22723) - Berry driver for M5Stack 8encoder (#22724) +- Support for PCF85063 RTC (#22727) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 29e3b1634..d32731214 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -117,6 +117,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v14.4.1.1 ### Added - Command ``SetOption163 1`` to disable display of Device name in GUI header +- Support for PCF85063 RTC [#22727](https://github.com/arendst/Tasmota/issues/22727) - Berry `animate.crenel` primitive [#22673](https://github.com/arendst/Tasmota/issues/22673) - Berry scroll to Leds_matrix [#22693](https://github.com/arendst/Tasmota/issues/22693) - Berry add unicode encoding to string parsing [#22713](https://github.com/arendst/Tasmota/issues/22713)