From 88d0dfee2da67b98e545cf48f0c3d1b8c5e0a5b9 Mon Sep 17 00:00:00 2001 From: Proddy Date: Thu, 19 Aug 2021 20:58:05 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- CHANGELOG_LATEST.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85af0b094..e07faec1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [3.1.1] June 26 2021 -## Changed +## Added - new command called `commands` which lists all available commands. `ems-esp/api/{device}/commands` - More Home Assistant icons to match the UOMs @@ -84,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [3.1.0] May 4 2021 -## Changed +## Added - Mock API to simulate an ESP, for testing web - Able to write values from the Web UI diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 41bf59233..6add5b667 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,7 +1,15 @@ # Changelog +# [3.2.2] + ## Added +- add system commands for syslog level and watch [#98](https://github.com/emsesp/EMS-ESP32/issues/98) + ## Fixed +- MQTT reconnecting after WiFi reconnect [#99](https://github.com/emsesp/EMS-ESP32/issues/99) + ## Changed + +- Syslog BOM only for utf-8 messages [#91](https://github.com/emsesp/EMS-ESP32/issues/91)