diff options
author | Lorenz Diener <[email protected]> | 2020-02-16 17:25:39 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-16 17:25:39 +0100 |
commit | c160f6de7233848892c0445889e871efc5f70dbb (patch) | |
tree | fe29ce3e0c3a792b78d81d911ecb13b8919a02d4 | |
parent | e157e91dfe6540ecdadf9c581fe3ccd34649812b (diff) | |
download | mastodon.py-c160f6de7233848892c0445889e871efc5f70dbb.tar.gz |
Update CHANGELOG.rst
-rw-r--r-- | CHANGELOG.rst | 12 |
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 | |||
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.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 | |||
5 | v1.5.0 | 17 | v1.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() |