From 82f531e3eed43215aae8af558a5c9699f15e662f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 29 Feb 2020 18:52:20 +0100 Subject: [PATCH] Add reactions to changelog --- CHANGELOG.rst | 4 ++++ DEVELOPMENT.md | 4 ---- docs/index.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b349f92..ecee084 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,10 @@ v1.5.1 (in progress, unreleased) * Added bookmarks support: * New functions: `status_bookmark`, `status_unbookmark`, `bookmarks` * New fine-grained oauth scopes: read:bookmarks and write:bookmarks. + * Added announcement support + * New functions: `announcements`, `announcement_dismiss` + * Added announcement reaction support + * New functions: `announcement_reaction_create`, `announcement_reaction_delete` * Fixed missing notification type "poll" in push notification API and documentation.ยด * Fixed a token loading bug * Fix header upload in account_update_credentials (Thanks gdunstone) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7f88201..0098eb2 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -1,9 +1,5 @@ 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 - * 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 better. Check the codecov page and try to add tests those areas. diff --git a/docs/index.rst b/docs/index.rst index 6a65b7b..473777a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1084,7 +1084,7 @@ Reading data: Preferences .. automethod:: Mastodon.preferences Reading data: Announcements --------------------------- +--------------------------- .. automethod:: Mastodon.announcements