diff options
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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 | |||
4 | 4 | ||
5 | v1.3.1 | 5 | v1.3.1 |
6 | ------ | 6 | ------ |
7 | * Mastodon v2.4.3 compatibility | 7 | * Mastodon v2.4.3 compatibility: |
8 | * Keyword filter support: filters(), filter(), filters_apply(), filter_create(), filter_update(), filter_delete() | 8 | * Keyword filter support: filters(), filter(), filters_apply(), filter_create(), filter_update(), filter_delete() |
9 | * Follow suggestions support: suggestions(), suggestion_delete() | 9 | * Follow suggestions support: suggestions(), suggestion_delete() |
10 | * account_follow() now has "reblogs" parameter | 10 | * account_follow() now has "reblogs" parameter |
11 | * account_mute() now has "notifications" parameter | 11 | * account_mute() now has "notifications" parameter |
12 | * Support for granular scopes | ||
13 | * Added status_reply() convenience function | ||
12 | * First attempt at basic Pleroma compatibility (Thanks deeunderscore) | 14 | * First attempt at basic Pleroma compatibility (Thanks deeunderscore) |
13 | * Several small fixes | 15 | * Several small fixes |
14 | 16 | ||