aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c027b91..87de0a2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,8 +2,9 @@ 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.5.3 (in progress) 5v1.6.0
6-------------------- 6------
7* BREAKING CHANGE: Change behaviour of streaming api handlers to no longer raise an exception when an unknown event is received and change the contract of the unknown event handler to explicitly state that it will not receive events once Mastodon.py updates.
7* 3.1.3 support 8* 3.1.3 support
8 * Added v2 media_post api 9 * Added v2 media_post api
9* 3.1.4 support 10* 3.1.4 support
@@ -25,6 +26,7 @@ v1.5.3 (in progress)
25 * Changed URLs from "tootsuite" to "mastodon" in several places (thanks andypiper) 26 * Changed URLs from "tootsuite" to "mastodon" in several places (thanks andypiper)
26 * Fixed some fields not converting to datetimes (thanks SouthFox-D) 27 * Fixed some fields not converting to datetimes (thanks SouthFox-D)
27 * Improved oauth web flow support 28 * Improved oauth web flow support
29 * Improved documentation consistency (thanks andypiper)
28 30
29v1.5.2 31v1.5.2
30------ 32------
Powered by cgit v1.2.3 (git 2.41.0)