aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-01-29 15:10:28 +0100
committerLorenz Diener <[email protected]>2018-01-29 15:10:28 +0100
commit70de1eecb359b1acd46b6aab2518d6a013cb12f0 (patch)
tree90cac8ddf248533f37ee6f8a8178324fedbe9c38 /CHANGELOG.rst
parentc1a6772247a086f6e8b39b4b550a1fb22b67bf83 (diff)
downloadmastodon.py-70de1eecb359b1acd46b6aab2518d6a013cb12f0.tar.gz
Prepare release 1.2.2
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 22e7c24..f4fa6a7 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,15 @@ A note on versioning: This librarys major version will grow with the APIs
2version number. Breaking changes will be indicated by a change in the minor 2version number. Breaking changes will be indicated by a change in the minor
3(or major) version number, and will generally be avoided. 3(or major) version number, and will generally be avoided.
4 4
5v1.2.2
6------
7* Several small bugfixes (thanks codl)
8* Mastodon v2.1.2 compatibility
9 * Added instance_activity()
10 * Added instance_peers()
11* Fixed StreamListener breaking when listening to more than one stream (again thanks, codl)
12 * POTENTIALLY BREAKING CHANGE: Remvoved handle_line, which should have been an internal helper to begin with
13
5v1.2.1 14v1.2.1
6------ 15------
7* Internal stability changes and fixes to streaming code 16* Internal stability changes and fixes to streaming code
Powered by cgit v1.2.3 (git 2.41.0)