From 6d838730459a54245a56a5eac8cf721856182c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sat, 24 Dec 2016 10:20:30 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee8f26f..688b3968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Using unreleased AsyncMqttClient with stability improvements - Better decoupling between MQTT and relays/websockets +### Fixed +- Issue #14 MQTT Connection with Username an Password not working +- Issue #11 Compile error when building sonoff-dual-debug + ## [1.1.0] 2016-12-06 ### Added - Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino