aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-27 23:38:42 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-27 23:38:42 +0200
commitb35e3f3da8dee548acedb12cb1883569f03de793 (patch)
tree0ac1235089229d5c6c2bcb3c5dfcc3c365ebd389 /CHANGELOG.rst
parentee9a3c9c5e954453f493c8173c54ec3834ccb18d (diff)
downloadmastodon.py-b35e3f3da8dee548acedb12cb1883569f03de793.tar.gz
Add account_familiar_followers
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b3123dd..b21064f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,7 @@ version number. Breaking changes will be indicated by a change in the minor
4 4
5v1.8.0 (in progress) 5v1.8.0 (in progress)
6-------------------- 6--------------------
7* Overall: Support level is now 3.5.3 (last before 4.0.0)
7* BREAKING CHANGE: Switch the base URL to None, throw an error when no base url is passed. Having mastosoc as default was sensible when there were only three mastodon servers. It is not sensible now and trips people up constantly. 8* BREAKING CHANGE: Switch the base URL to None, throw an error when no base url is passed. Having mastosoc as default was sensible when there were only three mastodon servers. It is not sensible now and trips people up constantly.
8* Fixed an issue with the fix for the Pleroma date bug (thanks adbenitez) 9* Fixed an issue with the fix for the Pleroma date bug (thanks adbenitez)
9* Added trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`) 10* Added trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`)
@@ -14,6 +15,7 @@ v1.8.0 (in progress)
14* Added the domain blocking admin API (`admin_domain_blocks`, `admin_domain_block`, `admin_update_domain_block`, `admin_delete_domain_block` - thanks catgoat) 15* Added the domain blocking admin API (`admin_domain_blocks`, `admin_domain_block`, `admin_update_domain_block`, `admin_delete_domain_block` - thanks catgoat)
15* Added the stats admin APIs (`admin_measures`, `admin_dimensions`, `admin_retention`) 16* Added the stats admin APIs (`admin_measures`, `admin_dimensions`, `admin_retention`)
16* Added client auth data to access token file. 17* Added client auth data to access token file.
18* Added `account_familiar_followers` API
17 19
18v1.7.0 20v1.7.0
19------ 21------
Powered by cgit v1.2.3 (git 2.41.0)