From c765b5c9b6702993e08c334396087069baf72d9b Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 30 Aug 2026 14:46:49 +0200 Subject: [PATCH] update --- CHANGELOG_LATEST.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index d2deaaf3f..f63cac508 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -16,8 +16,7 @@ This release is based on the latest Espressif/Arduino core version 3. It brings ## Fixed - shunting yard show json -- `system/sendmail` called from a Command or the Scheduler computed its value twice, which stripped the quotes from literal text and then failed on characters like `!` -- shunting yard treated a `?` inside a quoted string as a ternary, so text like `"too hot?"` returned nothing +- `system/sendmail` called from a Command or the Scheduler computed its value twice, which stripped the quotes from literal text and then failed on characters like `!`. Also shunting yard treated a `?` inside a quoted string as a ternary, so text like `"too hot?"` returned nothing - memory leak when using different timezones for ems-esp and thermostat[#3184](https://github.com/emsesp/EMS-ESP32/issues/3184) - LED stayed off on a healthy system when "Disable LED" was unchecked - Ethernet MAC address changed with the new SDK, breaking DHCP reservations (currently disabled)