From 33276bf697bf1e6ed63b6f193fe6f6e0a6417558 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 2 Apr 2021 19:30:57 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fbec6e3d..b8b8f94ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ Given the high speed of development in the first phase, changes are being report - Fixed zigbee2mqtt backend error in case of messages with empty payload (see [#184](https://git.platypush.tech/platypush/platypush/-/issues/184)). +- Fixed compatibility with all versions of websocket-client - versions >= 0.58.0 pass a `WebSocketApp` object as a first + argument to the callbacks, as well as versions < 0.54.0 do, but the versions in between don't pass this argument. + ## [0.20.7] - 2021-03-26 ### Fixed