aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3ae485b..5a370f5 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,18 @@ 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.5.1 (in progress, unreleased)
6--------------------------------
7* 3.1 support
8 * Added `discoverable` parameter to account_update_credentials (Thanks gdunstone)
9 * Added new notification type "follow_request"
10* Fixed missing notification type "poll" in push notification API and documentation.ยด
11* Fix header upload in account_update_credentials (Thanks gdunstone)
12* Commented blocklist code (Thanks marnanel for the report)
13* Added fallback for when magic is not available (Thanks limburgher)
14* Added missing "mentions_only" parameter to notifications (Thanks adbenitez for the report)
15* Moved "content_type" parameter into "pleroma" feature set. This is a breaking change.
16
5v1.5.0 17v1.5.0
6------ 18------
7* BREAKING CHANGE: the search_v1 API is now gone from Mastodon, Mastodon.py will still let you use it where available / use it where needed if you call search() 19* BREAKING CHANGE: the search_v1 API is now gone from Mastodon, Mastodon.py will still let you use it where available / use it where needed if you call search()
Powered by cgit v1.2.3 (git 2.41.0)