From 36d5fc3851de8a5f7943a50e5d4bb5d3ed1de5c1 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 30 May 2021 11:32:39 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840cb8193..44fee7fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file. ### Added - Version bump to signal new features to Hass - Support for BM8563 RTC chip (I2C) found in M5Stack Core2 and M5StickC + +### Changed - IRremoteESP8266 library from v2.7.16 to v2.7.18 ## [9.4.0.3] 20210515 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 765c3a488..817d8c0c9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 - 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 +- Support for BM8563 RTC chip (I2C) found in M5Stack Core2 and M5StickC ### Breaking Changed ### Changed +- IRremoteESP8266 library from v2.7.16 to v2.7.18 ### Fixed