diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 23:28:21 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-30 23:28:21 +0200 |
commit | b08ceb41c7c754ff764b245515ec21176aab3943 (patch) | |
tree | e1ae99169dde0b530306c0246fb4f54210c62960 | |
parent | d0c71b1a8497a3047f630cd1926f803a5190d7aa (diff) | |
download | mastodon.py-b08ceb41c7c754ff764b245515ec21176aab3943.tar.gz |
Update CHANGELOG.rst
-rw-r--r-- | CHANGELOG.rst | 10 |
1 files changed, 10 insertions, 0 deletions
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 | |||
2 | version number. Breaking changes will be indicated by a change in the minor | 2 | version number. Breaking changes will be indicated by a change in the minor |
3 | (or major) version number, and will generally be avoided. | 3 | (or major) version number, and will generally be avoided. |
4 | 4 | ||
5 | v1.3.1 | ||
6 | ------ | ||
7 | * Mastodon v2.4.3 compatibility | ||
8 | * Keyword filter support: filters(), filter(), filters_apply(), filter_create(), filter_update(), filter_delete() | ||
9 | * Follow suggestions support: suggestions(), suggestion_delete() | ||
10 | * account_follow() now has "reblogs" parameter | ||
11 | * account_mute() now has "notifications" parameter | ||
12 | * First attempt at basic Pleroma compatibility (Thanks deeunderscore) | ||
13 | * Several small fixes | ||
14 | |||
5 | v1.3.0 | 15 | v1.3.0 |
6 | ------ | 16 | ------ |
7 | !!!!! There are several potentially breaking changes in here, and a lot | 17 | !!!!! There are several potentially breaking changes in here, and a lot |