From 55ec333562d49ac8ac65000e0c01ae88255576f1 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 30 Jul 2018 23:31:20 +0200 Subject: [PATCH] Amend changelog --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc58612..e16e987 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,11 +4,13 @@ version number. Breaking changes will be indicated by a change in the minor v1.3.1 ------ -* Mastodon v2.4.3 compatibility +* 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 + * Support for granular scopes +* Added status_reply() convenience function * First attempt at basic Pleroma compatibility (Thanks deeunderscore) * Several small fixes