update changelog

This commit is contained in:
Proddy
2021-08-19 20:58:05 +02:00
parent 551a479c6b
commit 88d0dfee2d
2 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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)