Update changelogs

This commit is contained in:
Theo Arends 2022-02-13 11:03:51 +01:00
parent 8130aaffd9
commit 9ee1ceec64
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
### Changed
- ESP32 update the internal Berry type system to sync with Skiars Berry reopsitory. No expected impact on code, but .bec files need to be generated again. (#14811)
- ESP32 LVGL library from v8.1.0 to v8.2.0
- ESP32 NimBLE library from v1.3.3 to v1.3.6
### Fixed
- SSPM energy yesterday when zero

View File

@ -109,6 +109,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
### Breaking Changed
### Changed
- ESP32 LVGL library from v8.1.0 to v8.2.0
- ESP32 NimBLE library from v1.3.3 to v1.3.6
- ESP32 update the internal Berry type system to sync with Skiars Berry reopsitory. No expected impact on code, but .bec files need to be generated again. [#14811](https://github.com/arendst/Tasmota/issues/14811)
### Fixed