diff --git a/CHANGELOG.md b/CHANGELOG.md index 30703f1f9..f20871523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file. ## [10.0.0.1] ### Added -- Berry add module ``python_compat`` to be closer to Python syntax +- Berry add module ``python_compat`` to be closer to Python syntax (#13428) + +### Changed +- File editor no-wrap (#13427) ## [Released] diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 23ddb4a4a..e910d302f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -98,11 +98,13 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v10.0.0.0 +## Changelog v10.0.0.1 ### Added +- ESP32 Berry add module ``python_compat`` to be closer to Python syntax [#13428](https://github.com/arendst/Tasmota/issues/13428) ### Breaking Changed ### Changed +- File editor no-wrap [#13427](https://github.com/arendst/Tasmota/issues/13427) ### Fixed