diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 23:31:20 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 23:31:20 +0200 |
commit | 55ec333562d49ac8ac65000e0c01ae88255576f1 (patch) | |
tree | 8d400087866208b55f235b63af7a6c366405d985 | |
parent | 703fbe92b1ca68e1db866cbf4e04ead04f39792e (diff) | |
download | mastodon.py-55ec333562d49ac8ac65000e0c01ae88255576f1.tar.gz |
Amend changelog
-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 | ||