From f4dc066c025c7315283a22724aa7fe6d6529e8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 20 Feb 2020 00:23:10 +0100 Subject: [PATCH] Add ChangeLog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..144eb45 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,22 @@ +Version : + + * Breaking: + - Use a hashed version of the bound Jid to ensure data path works on most FS. + * Improvements: + - Add CI script with linting and static type checking. + - Change the way setuptools installs the plugin and use entry_points + instead. This requires poezio `3577f887` at least. + * Changes: + - Recommend using master while the plugin is still experimental + +Version 0.2.0: +2020-01-01 Maxime “pep” Buquet + * Improvements: + - Initial MUC support. + * Changes: + - Declare oldest supported Python version as 3.7. + +Version 0.1.0: +2019-12-23 Maxime “pep” Buquet + * Changes: + - Import from https://lab.louiz.org/poezio/poezio/merge_requests/18.