aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e099b66..aa92619 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,13 @@
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.2
5------
6 * Removed functions and documentation for APIs that have been removed
7 * Documentation is now vastly improved thanks to @lydia / girlsim
8 * Rate limiting code - Mastodon.py can now attempt to respect rate limits
9 * Several small bug fixes, consistency fixes, quality-of-life improvements
10
4v.1.0.1 11v.1.0.1
5------- 12-------
6 * Added timeline_*() functions for consistency. timeline() functions as before. 13 * Added timeline_*() functions for consistency. timeline() functions as before.
@@ -9,5 +16,4 @@ v.1.0.1
9 16
10v.1.0.0 17v.1.0.0
11------- 18-------
12
13 * Initial Release 19 * Initial Release
Powered by cgit v1.2.3 (git 2.41.0)