From 81465a85064be76e5aa177df702adcb398c9db54 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:15:00 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ba761e7..fab5f090d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,8 @@ All notable changes to this project will be documented in this file. - ESP32 Platform from 2025.05.40 to 2025.05.30, Framework (Arduino Core) from v3.2.0.250504 to v3.1.3.250504 and IDF from v5.4.1.250501 to v5.3.3.250501 (#23404) - ESP8266 platform update from 2024.09.00 to 2025.05.00 (#23448) - Increase number of supported LoRaWan nodes from 4 to 16 -- Berry change number parser for json to reuse same parser as lexer -- Berry increase web hooks from 16 to 32 +- Berry change number parser for json to reuse same parser as lexer (#23505) +- Berry increase web hooks from 16 to 32 (#23507) ### Fixed - Haspmota `haspmota.parse()` page parsing (#23403) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4ff283981..c6be100fc 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -142,6 +142,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - GPIOViewer from v1.6.2 to v1.6.3 (No functional change) - Allow command `WebRefresh` minimum from 1000 to 400 mSec - Increase number of supported LoRaWan nodes from 4 to 16 +- Berry change number parser for json to reuse same parser as lexer [#23505](https://github.com/arendst/Tasmota/issues/23505) +- Berry increase web hooks from 16 to 32 [#23507](https://github.com/arendst/Tasmota/issues/23507) ### Fixed - DNS setting with `IPAddress4/5` not persisted [#23426](https://github.com/arendst/Tasmota/issues/23426)