Update changelogs

This commit is contained in:
Theo Arends 2021-10-21 15:57:04 +02:00
parent 5647fbdc04
commit 11371e3da1
2 changed files with 7 additions and 2 deletions

View File

@ -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]

View File

@ -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