aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-28 00:55:41 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-28 00:55:41 +0200
commitdbceccb210d401887002abf0ea3c746260423f1f (patch)
treeecb48bbd819441c4838312556becf23e4fdea3b2 /CHANGELOG.rst
parentae9f7640878e3f402b4f8784cecadf5aab0d5d7c (diff)
downloadmastodon.py-dbceccb210d401887002abf0ea3c746260423f1f.tar.gz
Add v2 admin accounts API
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 c6d7c91..d83513c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -17,6 +17,8 @@ v1.8.0 (in progress)
17* Added client auth data to access token file. 17* Added client auth data to access token file.
18* Added `account_familiar_followers` API 18* Added `account_familiar_followers` API
19* Added `account_remove_from_followers` API 19* Added `account_remove_from_followers` API
20* Added `admin_accounts_v2` API
21* FUTURE BREAKING CHANGE WARNING: For now, `admin_accounts` still calls v1, but this may change in the future. You are encouraged to use v2 instead.
20 22
21v1.7.0 23v1.7.0
22------ 24------
Powered by cgit v1.2.3 (git 2.41.0)