From 1232933337177932bde01bb260fc5acd4c9d462b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:36:01 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9095fe62b..60a747312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development ## [9.5.0.9] -### Changed -- LVGL updated to v8.0.2 **breaking changes** +### Breaking Changed +- ESP32 LVGL updated to v8.0.2 ## [9.5.0.8] 20210927 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f75ecbb9e..bded507a0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -138,6 +138,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - ESP32 add GPIO 6/7/8/11 to template and remove GPIO 28-31 (remapping so backwards compatible) - ESP32 crash recorder ``Status 12`` for ESP32/ESP32-S2/ESP32-C3, supporting Esp-idf 3.3/4.4 +### Breaking Changed +- ESP32 LVGL updated to v8.0.2 + ### Changed - Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware - IRremoteESP8266 library from v2.7.18 to v2.7.20