From 97e845bcee2a63039dbc747c83652032e91dee1b Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 7 Oct 2019 08:52:18 +0200 Subject: [PATCH] mention breaking changes in 1.9.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abe18371..e6da6f9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.9.2 beta] +Important! This build has breaking changes: + - the MQTT `thermostat_data` topic is always suffixed with the heat countroller number, e.g. `thermostat_data1` + - the web builder has been upgraded to use gulp 4. Delete the `tools/webfilesbuilder/node_modules` and re-install the libraries using `npm i` from within the `tools/webfilesbuilder` folder. + ### Added - Handling of MM100 Status Messages (thanks @kstaniek)