diff options
author | Lorenz Diener <[email protected]> | 2020-02-29 18:52:20 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2020-02-29 18:52:20 +0100 |
commit | 82f531e3eed43215aae8af558a5c9699f15e662f (patch) | |
tree | a784086cdd90e2ef5457bd55da9d8b40d14803c6 | |
parent | efb1ebb8ce8a3a99732012ae53da89d836c712bf (diff) | |
download | mastodon.py-82f531e3eed43215aae8af558a5c9699f15e662f.tar.gz |
Add reactions to changelog
-rw-r--r-- | CHANGELOG.rst | 4 | ||||
-rw-r--r-- | DEVELOPMENT.md | 4 | ||||
-rw-r--r-- | 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) | |||
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) |
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7f88201..0098eb2 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md | |||
@@ -1,9 +1,5 @@ | |||
1 | Here's some general stuff to keep in mind, and some work that needs to be done: | 1 | Here's some general stuff to keep in mind, and some work that needs to be done: |
2 | 2 | ||
3 | * 3.1 support is currently incomplete, patches welcome, especially if they contain unit tests: | ||
4 | * Add announcements | ||
5 | * Add announcement reactions | ||
6 | |||
7 | * If you'd like to contribute, here's some suggestions: | 3 | * If you'd like to contribute, here's some suggestions: |
8 | * Features are currently up to date and mostly tested, but there are some areas where tests could be | 4 | * Features are currently up to date and mostly tested, but there are some areas where tests could be |
9 | better. Check the codecov page and try to add tests those areas. | 5 | 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 | |||
1084 | .. automethod:: Mastodon.preferences | 1084 | .. automethod:: Mastodon.preferences |
1085 | 1085 | ||
1086 | Reading data: Announcements | 1086 | Reading data: Announcements |
1087 | -------------------------- | 1087 | --------------------------- |
1088 | 1088 | ||
1089 | .. automethod:: Mastodon.announcements | 1089 | .. automethod:: Mastodon.announcements |
1090 | 1090 | ||