Skip to content

Commit

Permalink
Add reactions to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Feb 29, 2020
1 parent efb1ebb commit 82f531e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 0 additions & 4 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ Reading data: Preferences
.. automethod:: Mastodon.preferences

Reading data: Announcements
--------------------------
---------------------------

.. automethod:: Mastodon.announcements

Expand Down

0 comments on commit 82f531e

Please sign in to comment.