aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-09-08 16:34:18 +0200
committerLorenz Diener <[email protected]>2017-09-08 16:34:18 +0200
commit6d62607b336113e54824b4acef41ae9c71eb8d66 (patch)
tree68f7cfa864fc6a5f7bca73954c240bc253094109
parent517f47083d57d565ecd7e5145a401bbfcc6fbcda (diff)
downloadmastodon.py-6d62607b336113e54824b4acef41ae9c71eb8d66.tar.gz
Update changelog
-rw-r--r--CHANGELOG.rst10
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 @@
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.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
4v1.0.8 14v1.0.8
5------ 15------
6 * Added support for domain blocks 16 * Added support for domain blocks
Powered by cgit v1.2.3 (git 2.41.0)