From b08ceb41c7c754ff764b245515ec21176aab3943 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 30 Jul 2018 23:28:21 +0200 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 87c25db..cc58612 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ A note on versioning: This librarys major version will grow with the APIs version number. Breaking changes will be indicated by a change in the minor (or major) version number, and will generally be avoided. +v1.3.1 +------ +* Mastodon v2.4.3 compatibility + * Keyword filter support: filters(), filter(), filters_apply(), filter_create(), filter_update(), filter_delete() + * Follow suggestions support: suggestions(), suggestion_delete() + * account_follow() now has "reblogs" parameter + * account_mute() now has "notifications" parameter +* First attempt at basic Pleroma compatibility (Thanks deeunderscore) +* Several small fixes + v1.3.0 ------ !!!!! There are several potentially breaking changes in here, and a lot