Add reactions to changelog

This commit is contained in:
Lorenz Diener 2020-02-29 18:52:20 +01:00
pare efb1ebb8ce
commit 82f531e3ee
S'han modificat 3 arxius amb 5 adicions i 5 eliminacions

Veure arxiu

@ -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)

Veure arxiu

@ -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.

Veure arxiu

@ -1084,7 +1084,7 @@ Reading data: Preferences
.. automethod:: Mastodon.preferences
Reading data: Announcements
--------------------------
---------------------------
.. automethod:: Mastodon.announcements