diff options
-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 |