aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst10
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
2version number. Breaking changes will be indicated by a change in the minor 2version 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
5v1.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
5v1.3.0 15v1.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
Powered by cgit v1.2.3 (git 2.41.0)