aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2020-02-22 20:43:50 +0100
committerLorenz Diener <[email protected]>2020-02-22 20:43:50 +0100
commit7994a857db80134ac562dcd22c323306f698321d (patch)
treee0b4295037e7c4b3f48b90eec0fb6e429119ef59 /CHANGELOG.rst
parent847da6f7f9818983f93edd40d5f865de5564702a (diff)
downloadmastodon.py-7994a857db80134ac562dcd22c323306f698321d.tar.gz
Add bookmarks to changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index cc46bd5..27a6341 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,8 +5,11 @@ version number. Breaking changes will be indicated by a change in the minor
5v1.5.1 (in progress, unreleased) 5v1.5.1 (in progress, unreleased)
6-------------------------------- 6--------------------------------
7* 3.1 support 7* 3.1 support
8 * Added `discoverable` parameter to account_update_credentials (Thanks gdunstone) 8 * Added `discoverable` parameter to account_update_credentials (Thanks gdunstone)
9 * Added new notification type "follow_request" 9 * Added new notification type "follow_request"
10 * Added bookmarks support:
11 * New functions: `status_bookmark`, `status_unbookmark`, `bookmarks`
12 * New fine-grained oauth scopes: read:bookmarks and write:bookmarks.
10* Fixed missing notification type "poll" in push notification API and documentation.´ 13* Fixed missing notification type "poll" in push notification API and documentation.´
11* Fix header upload in account_update_credentials (Thanks gdunstone) 14* Fix header upload in account_update_credentials (Thanks gdunstone)
12* Commented blocklist code (Thanks marnanel for the report) 15* Commented blocklist code (Thanks marnanel for the report)
Powered by cgit v1.2.3 (git 2.41.0)