aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)