Update changelog

This commit is contained in:
Theo Arends 2021-05-30 11:32:39 +02:00
parent 5274fad5b0
commit 36d5fc3851
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.
### Added ### Added
- Version bump to signal new features to Hass - Version bump to signal new features to Hass
- Support for BM8563 RTC chip (I2C) found in M5Stack Core2 and M5StickC - Support for BM8563 RTC chip (I2C) found in M5Stack Core2 and M5StickC
### Changed
- IRremoteESP8266 library from v2.7.16 to v2.7.18 - IRremoteESP8266 library from v2.7.16 to v2.7.18
## [9.4.0.3] 20210515 ## [9.4.0.3] 20210515

View File

@ -87,10 +87,12 @@ The binaries can be downloaded from either https://github.com/arendst/Tasmota/tr
- Defines ``USER_RULE1``, ``USER_RULE2`` and ``USER_RULE3`` to store rules at compile time - Defines ``USER_RULE1``, ``USER_RULE2`` and ``USER_RULE3`` to store rules at compile time
- Define ``USER_BACKLOG`` to store commands at compile time to be executed at firmware load or when executing command ``reset`` - Define ``USER_BACKLOG`` to store commands at compile time to be executed at firmware load or when executing command ``reset``
- LVGL support for TrueType fonts via FreeType library - LVGL support for TrueType fonts via FreeType library
- Support for BM8563 RTC chip (I2C) found in M5Stack Core2 and M5StickC
### Breaking Changed ### Breaking Changed
### Changed ### Changed
- IRremoteESP8266 library from v2.7.16 to v2.7.18
### Fixed ### Fixed