From 11371e3da152655826c16a8046f1937d165de47a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 21 Oct 2021 15:57:04 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 5 ++++- RELEASENOTES.md | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) 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