From 00a96c5e9584bcd768d51372fbc4ccd866432771 Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 24 Nov 2022 22:56:49 +0200 Subject: Add trending APIs --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3079108..ad67a6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ A note on versioning: This librarys major version will grow with the APIs version number. Breaking changes will be indicated by a change in the minor (or major) version number, and will generally be avoided. +v1.8.0 +------ +* 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. +* Fix an issue with the fix for the Pleroma date bug (thanks adbenitez) + v1.7.0 ------ * Cleaned code up a bit (thanks eumiro) -- cgit v1.2.3 From 4be050d3d7116f08d0a1788fc97cd1e2beb9443b Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 25 Nov 2022 01:48:49 +0200 Subject: add lang parameter --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ad67a6d..dc93337 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,9 @@ v1.8.0 ------ * 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. * Fix an issue with the fix for the Pleroma date bug (thanks adbenitez) +* Add trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`) +* Add `lang` parameter and document what it does properly. +* Add `category` and `rule_ids` to `reports`` v1.7.0 ------ -- cgit v1.2.3 From 10b2a9984237aaae6a512d441001e635060d6af7 Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 25 Nov 2022 01:59:05 +0200 Subject: add some acknowledgements --- CHANGELOG.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc93337..d857dc3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,13 +2,14 @@ A note on versioning: This librarys major version will grow with the APIs version number. Breaking changes will be indicated by a change in the minor (or major) version number, and will generally be avoided. -v1.8.0 ------- +v1.8.0 (in progress) +-------------------- * 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. * Fix an issue with the fix for the Pleroma date bug (thanks adbenitez) * Add trending APIs (`trending_tags`, `trending_statuses`, `trending_links`, `admin_trending_tags`, `admin_trending_statuses`, `admin_trending_links`) * Add `lang` parameter and document what it does properly. -* Add `category` and `rule_ids` to `reports`` +* Add `category` and `rule_ids` to `reports` +* 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. v1.7.0 ------ -- cgit v1.2.3