From eac26b9b22eb0291d1cc33a2fba9f5f8eb52e58c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 13 May 2021 21:37:45 +0200 Subject: [PATCH] CHANGELOG edit --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153230f7..195e60db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Given the high speed of development in the first phase, changes are being report - Added `marshmallow` dependency - it will be used from now own to dump and document schemas and responses instead of the currently mixed approach with `Response` objects and plain dictionaries and lists. + +- Support for custom MQTT timeout on all the `zwavejs2mqtt` calls. ### Changed