mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
5647fbdc04
commit
11371e3da1
|
@ -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]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue