aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-18 00:06:24 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-18 00:06:24 +0200
commitd19b7185d8d92a0338352b2c2169a9c3bd339ee8 (patch)
tree73ffe8e26364cbfab7bddba9b8874a2090511bfb /CHANGELOG.rst
parentc35104748dac99ee4777cfa057c1afa65ed2a117 (diff)
downloadmastodon.py-d19b7185d8d92a0338352b2c2169a9c3bd339ee8.tar.gz
try to fix tests, again
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8060d66..08e8b7b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,11 @@ 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.6.2
6------
7* Add ability to schedule statuses with automatic conversion to server timezone.
8* Fix some issues with datetime conversion
9
5v1.6.1 10v1.6.1
6------ 11------
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. 12* 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.
Powered by cgit v1.2.3 (git 2.41.0)