aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-27 22:59:03 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-27 22:59:03 +0200
commit396a2d442fb8afc3a1e694970f7e57dd3c89db54 (patch)
treea6bd1116bd8490befb0276541b997c7802492cbe
parent9d2ee54790f9dedf3c1b3659ee312afcfb007fe2 (diff)
downloadmastodon.py-396a2d442fb8afc3a1e694970f7e57dd3c89db54.tar.gz
Changelog update
-rw-r--r--CHANGELOG.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index cad7851..b3123dd 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,14 +5,15 @@ version number. Breaking changes will be indicated by a change in the minor
5v1.8.0 (in progress) 5v1.8.0 (in progress)
6-------------------- 6--------------------
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. 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* Fix an issue with the fix for the Pleroma date bug (thanks adbenitez) 8* Fixed an issue with the fix for the Pleroma date bug (thanks adbenitez)
9* Add trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`) 9* Added trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`)
10* Add `lang` parameter and document what it does properly. 10* Added `lang` parameter and document what it does properly.
11* Add `category` and `rule_ids` to `reports` 11* Added `category` and `rule_ids` to `reports`
12* This too isn't really a changelog entry but in the same vein as the last post, thank you Claire and Gargron for clarifying many things about the API when asked. 12* This too isn't really a changelog entry but in the same vein as the last post, thank you Claire and Gargron for clarifying many things about the API when asked.
13* Make the documentation a bit neater (thanks dieseltravis) 13* Made the documentation a bit neater (thanks dieseltravis)
14* Add the domain blocking admin API (`admin_domain_blocks`, `admin_domain_block`, `admin_update_domain_block`, `admin_delete_domain_block` - thanks catgoat) 14* Added the domain blocking admin API (`admin_domain_blocks`, `admin_domain_block`, `admin_update_domain_block`, `admin_delete_domain_block` - thanks catgoat)
15* Add the stats admin APIs (`admin_measures`, `admin_dimensions`, `admin_retention`) 15* Added the stats admin APIs (`admin_measures`, `admin_dimensions`, `admin_retention`)
16* Added client auth data to access token file.
16 17
17v1.7.0 18v1.7.0
18------ 19------
Powered by cgit v1.2.3 (git 2.41.0)