diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9c3ffb1..fa16ffcaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - ESP32 preliminary support for Matter protocol, milestone 1 (commissioning) by Stephan Hadinger - Basic support for Shelly Pro 4PM - Command ``DhtDelay ,`` to allow user control over high and low delay in microseconds (#17944) -- Berry `int64.fromstring()` to convert a string to an int64 +- Berry `int64.fromstring()` to convert a string to an int64 (#17953) ### Breaking Changed - TM1638 button and led support are handled as virtual switches and relays (#11031) @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. ### Fixed - ESP8266 Fix TLS SNI which would prevent AWS IoT connection (#17936) +- TuyaMcu exception 3 regression from v12.3.1.4 ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 16ff55a6c..0fc24f971 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -127,6 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry crypto add ``HKDF_HMAC_SHA256`` - Berry crypto add ``SPAKE2P_Matter`` for Matter support - Berry add ``mdns`` advanced features and query +- Berry `int64.fromstring()` to convert a string to an int64 [#17953](https://github.com/arendst/Tasmota/issues/17953) - ESP32 command ``EnergyCols 1..8`` to change number of GUI columns - ESP32 command ``EnergyDisplay 1..3`` to change GUI column presentation - ESP32 support for eigth energy phases/channels