diff options
author | Lorenz Diener <[email protected]> | 2017-09-08 16:34:18 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-09-08 16:34:18 +0200 |
commit | 6d62607b336113e54824b4acef41ae9c71eb8d66 (patch) | |
tree | 68f7cfa864fc6a5f7bca73954c240bc253094109 | |
parent | 517f47083d57d565ecd7e5145a401bbfcc6fbcda (diff) | |
download | mastodon.py-6d62607b336113e54824b4acef41ae9c71eb8d66.tar.gz |
Update changelog
-rw-r--r-- | CHANGELOG.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f7f7033..39114a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst | |||
@@ -1,6 +1,16 @@ | |||
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.0 | ||
5 | ------ | ||
6 | * BREAKING CHANGE: Added date parsing to the response parser | ||
7 | * Added notification dismissal | ||
8 | * Added conversation muting | ||
9 | * Updated documentation | ||
10 | * Added asynchronous mode for the streaming API | ||
11 | * Fixed several bugs (thanks ng-0, LogalDeveloper, Chronister, Elizafox, codl, lambadalambda) | ||
12 | * Improved code style (thanks foxmask) | ||
13 | |||
4 | v1.0.8 | 14 | v1.0.8 |
5 | ------ | 15 | ------ |
6 | * Added support for domain blocks | 16 | * Added support for domain blocks |