aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2020-02-29 18:52:20 +0100
committerLorenz Diener <[email protected]>2020-02-29 18:52:20 +0100
commit82f531e3eed43215aae8af558a5c9699f15e662f (patch)
treea784086cdd90e2ef5457bd55da9d8b40d14803c6 /CHANGELOG.rst
parentefb1ebb8ce8a3a99732012ae53da89d836c712bf (diff)
downloadmastodon.py-82f531e3eed43215aae8af558a5c9699f15e662f.tar.gz
Add reactions to changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 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)
10 * Added bookmarks support: 10 * Added bookmarks support:
11 * New functions: `status_bookmark`, `status_unbookmark`, `bookmarks` 11 * New functions: `status_bookmark`, `status_unbookmark`, `bookmarks`
12 * New fine-grained oauth scopes: read:bookmarks and write:bookmarks. 12 * New fine-grained oauth scopes: read:bookmarks and write:bookmarks.
13 * Added announcement support
14 * New functions: `announcements`, `announcement_dismiss`
15 * Added announcement reaction support
16 * New functions: `announcement_reaction_create`, `announcement_reaction_delete`
13* Fixed missing notification type "poll" in push notification API and documentation.´ 17* Fixed missing notification type "poll" in push notification API and documentation.´
14* Fixed a token loading bug 18* Fixed a token loading bug
15* Fix header upload in account_update_credentials (Thanks gdunstone) 19* Fix header upload in account_update_credentials (Thanks gdunstone)
Powered by cgit v1.2.3 (git 2.41.0)