diff options
author | Lorenz Diener <[email protected]> | 2017-03-03 17:18:27 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-03-03 17:18:27 +0100 |
commit | 69a39020f8d959946403e2ed9d57ca368c27018f (patch) | |
tree | 7b0a5c432dc2d4c9781a48f4cedf279937da0fe3 | |
parent | 930ecac513e7483bcbac9e28a50df6726aa55aab (diff) | |
download | mastodon.py-69a39020f8d959946403e2ed9d57ca368c27018f.tar.gz |
Updated changelog
-rw-r--r-- | CHANGELOG.rst | 6 |
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 @@ | |||
1 | A note on versioning: This librarys major version will grow with the APIs | 1 | A note on versioning: This librarys major version will grow with the APIs |
2 | version number. Breaking changes will be avoided as far as at all possible. | 2 | version number. Breaking changes will be avoided as far as at all possible. |
3 | 3 | ||
4 | v1.0.4 | ||
5 | ------ | ||
6 | * Fixed an app creation bug (Thank you, @[email protected]) | ||
7 | |||
4 | v1.0.3 | 8 | v1.0.3 |
5 | ------ | 9 | ------ |
6 | * Added support for toot privacy. | 10 | * Added support for toot privacy. |
@@ -8,7 +12,7 @@ v1.0.3 | |||
8 | v1.0.2 | 12 | v1.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 | ||