diff options
author | Lorenz Diener <[email protected]> | 2017-09-10 23:27:35 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-09-10 23:27:35 +0200 |
commit | 9847d9b2c0f5f95cc13392bdf8855447c145409e (patch) | |
tree | a7db4904d3ee682053795d5f6a341919b7495b44 | |
parent | 4b7174facae008124f029f3e1cec34b18474e5e2 (diff) | |
download | mastodon.py-9847d9b2c0f5f95cc13392bdf8855447c145409e.tar.gz |
Changelog 1.1.1
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39114a8..3be7ce5 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.1.1 | ||
5 | ------ | ||
6 | * Emergency fix to allow logging in to work (thanks codl) | ||
7 | |||
4 | v1.1.0 | 8 | v1.1.0 |
5 | ------ | 9 | ------ |
6 | * BREAKING CHANGE: Added date parsing to the response parser | 10 | * BREAKING CHANGE: Added date parsing to the response parser |