From 5cbe5fe9e4999133e81ebd026a6f775382381ad7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:35:54 +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 d7278ea2f..0a052bdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. - I2S command I2sLoop (#22807) - Berry `serial.read()` read only `n` bytes (#22835) - Display template for Waveshare ESP32-C6 LCD 1.47 (#22863) -- Berry `tasmota.global.tele_period` and `tasmota.settings.tele_period` +- Berry `tasmota.global.tele_period` and `tasmota.settings.tele_period` (#22865) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a46274962..aba5cbcd5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -137,6 +137,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry add `bytes().appendhex()` [#22767](https://github.com/arendst/Tasmota/issues/22767) - Berry WS2812 real-time Leds panel as app [#22788](https://github.com/arendst/Tasmota/issues/22788) - Berry `serial.read()` read only `n` bytes [#22835](https://github.com/arendst/Tasmota/issues/22835) +- Berry `tasmota.global.tele_period` and `tasmota.settings.tele_period` [#22865](https://github.com/arendst/Tasmota/issues/22865) ### Breaking Changed