aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 027b883..77315de 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,10 @@
1A note on versioning: This librarys major version will grow with the APIs 1A note on versioning: This librarys major version will grow with the APIs
2version number. Breaking changes will be avoided as far as at all possible. 2version number. Breaking changes will be avoided as far as at all possible.
3 3
4v1.0.4
5------
6 * Fixed an app creation bug (Thank you, @[email protected])
7
4v1.0.3 8v1.0.3
5------ 9------
6 * Added support for toot privacy. 10 * Added support for toot privacy.
@@ -8,7 +12,7 @@ v1.0.3
8v1.0.2 12v1.0.2
9------ 13------
10 * Removed functions and documentation for APIs that have been removed 14 * Removed functions and documentation for APIs that have been removed
11 * Documentation is now vastly improved thanks to @lydia / girlsim 15 * Documentation is now vastly improved thanks to @lydia@mastodon.social / girlsim
12 * Rate limiting code - Mastodon.py can now attempt to respect rate limits 16 * Rate limiting code - Mastodon.py can now attempt to respect rate limits
13 * Several small bug fixes, consistency fixes, quality-of-life improvements 17 * Several small bug fixes, consistency fixes, quality-of-life improvements
14 18
Powered by cgit v1.2.3 (git 2.41.0)