aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst4
-rw-r--r--DEVELOPMENT.md4
-rw-r--r--docs/index.rst2
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 @@
1Here's some general stuff to keep in mind, and some work that needs to be done: 1Here'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
1086Reading data: Announcements 1086Reading data: Announcements
1087-------------------------- 1087---------------------------
1088 1088
1089.. automethod:: Mastodon.announcements 1089.. automethod:: Mastodon.announcements
1090 1090
Powered by cgit v1.2.3 (git 2.41.0)