From e829bfd353304c203f32f42f7a5df61fa0213654 Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Sat, 13 Mar 2021 16:16:24 +0100 Subject: [PATCH] update changelog --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6a35d3d..f6e25b6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,18 @@ Changelog --------- +0.10.0a0 - [unreleased] +----------------------- + + * first release under new package name: amqtt + * reworked unit tests + * dropped support for python3.5 and earlier + * added support for python3.8 and 3.9 + * Pass in loop to PluginManager, from https://github.com/beerfactory/hbmqtt/pull/126 + * Fixes taboo topic checking without session username, from https://github.com/beerfactory/hbmqtt/pull/151 + * Move scripts module into hbmqtt module, from https://github.com/beerfactory/hbmqtt/pull/167 + * Download mosquitto certificate on the fly + 0.9.5 .....