From ddf3e38ef8980dc25d48fa961f78840456a2b3ea Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 2 May 2025 15:16:01 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f89ab926..c58aced11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. - Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311) - Berry string literals containing NULL are truncated (#23312) - Berry `display.touch_update` wrongly applies resistive calibration (#23363) +- NimBLE log_level definition conflict (#23366) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index da98c055e..e1c318b33 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -129,6 +129,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Allow command `WebRefresh` minimum from 1000 to 400 mSec ### Fixed +- NimBLE log_level definition conflict [#23366](https://github.com/arendst/Tasmota/issues/23366) - Berry `bytes().asstring()` now truncates a string if buffer contains NULL [#23311](https://github.com/arendst/Tasmota/issues/23311) - Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312) - Berry `display.touch_update` wrongly applies resistive calibration [#23363](https://github.com/arendst/Tasmota/issues/23363)