diff options
author | Lorenz Diener <[email protected]> | 2020-02-22 20:43:50 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2020-02-22 20:43:50 +0100 |
commit | 7994a857db80134ac562dcd22c323306f698321d (patch) | |
tree | e0b4295037e7c4b3f48b90eec0fb6e429119ef59 | |
parent | 847da6f7f9818983f93edd40d5f865de5564702a (diff) | |
download | mastodon.py-7994a857db80134ac562dcd22c323306f698321d.tar.gz |
Add bookmarks to changelog
-rw-r--r-- | CHANGELOG.rst | 7 | ||||
-rw-r--r-- | DEVELOPMENT.md | 1 |
2 files changed, 5 insertions, 3 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 | |||
5 | v1.5.1 (in progress, unreleased) | 5 | v1.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) |
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3fded99..7f88201 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md | |||
@@ -3,7 +3,6 @@ Here's some general stuff to keep in mind, and some work that needs to be done: | |||
3 | * 3.1 support is currently incomplete, patches welcome, especially if they contain unit tests: | 3 | * 3.1 support is currently incomplete, patches welcome, especially if they contain unit tests: |
4 | * Add announcements | 4 | * Add announcements |
5 | * Add announcement reactions | 5 | * Add announcement reactions |
6 | * Add bookmarks and bookmarks oauth scopes | ||
7 | 6 | ||
8 | * If you'd like to contribute, here's some suggestions: | 7 | * If you'd like to contribute, here's some suggestions: |
9 | * Features are currently up to date and mostly tested, but there are some areas where tests could be | 8 | * Features are currently up to date and mostly tested, but there are some areas where tests could be |