From 69a39020f8d959946403e2ed9d57ca368c27018f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 3 Mar 2017 17:18:27 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 027b883..77315de 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ A note on versioning: This librarys major version will grow with the APIs version number. Breaking changes will be avoided as far as at all possible. +v1.0.4 +------ + * Fixed an app creation bug (Thank you, @tylerb@mastodon.social) + v1.0.3 ------ * Added support for toot privacy. @@ -8,7 +12,7 @@ v1.0.3 v1.0.2 ------ * Removed functions and documentation for APIs that have been removed - * Documentation is now vastly improved thanks to @lydia / girlsim + * Documentation is now vastly improved thanks to @lydia@mastodon.social / girlsim * Rate limiting code - Mastodon.py can now attempt to respect rate limits * Several small bug fixes, consistency fixes, quality-of-life improvements