Amend changelog

pull/146/head 1.3.1
Lorenz Diener 2018-07-30 23:31:20 +02:00
rodzic 703fbe92b1
commit 55ec333562
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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