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 v1.5.1 (in progress, unreleased) -------------------------------- * 3.1 support - * Added `discoverable` parameter to account_update_credentials (Thanks gdunstone) - * Added new notification type "follow_request" + * Added `discoverable` parameter to account_update_credentials (Thanks gdunstone) + * Added new notification type "follow_request" + * Added bookmarks support: + * New functions: `status_bookmark`, `status_unbookmark`, `bookmarks` + * New fine-grained oauth scopes: read:bookmarks and write:bookmarks. * Fixed missing notification type "poll" in push notification API and documentation.ยด * Fix header upload in account_update_credentials (Thanks gdunstone) * 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.1 support is currently incomplete, patches welcome, especially if they contain unit tests: * Add announcements * Add announcement reactions - * Add bookmarks and bookmarks oauth scopes * If you'd like to contribute, here's some suggestions: * Features are currently up to date and mostly tested, but there are some areas where tests could be