From 1d244fcd28283be02ee439ce61e84e90e7b11282 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:05:18 +0100 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 3d2d51224..cceda34be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. - Berry scroll to Leds_matrix (#22693) - HASPmota support for `tabview` (#22707) - Berry bit-shift operators to `int64` (#22709) -- Berry add unicode encoding to string parsing +- Berry add unicode encoding to string parsing (#22713) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 99163ecc6..ca89c0a1b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -119,6 +119,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Command ``SetOption163 1`` to disable display of Device name in GUI header - 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) ### Breaking Changed