Add reactions to changelog

pull/215/head
Lorenz Diener 2020-02-29 18:52:20 +01:00
rodzic efb1ebb8ce
commit 82f531e3ee
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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