aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-05-31 14:36:22 +0200
committerLorenz Diener <[email protected]>2019-05-31 14:36:22 +0200
commit463bda8a919ed50d93edafa99d86b69bf391587f (patch)
tree2d224a650b0c46bdeca42f6612a7ad016c500ea9 /CHANGELOG.rst
parent5665558a683bee74450a25ae37152843692ae93e (diff)
downloadmastodon.py-463bda8a919ed50d93edafa99d86b69bf391587f.tar.gz
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b382749..ffbe092 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,14 @@ 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.4.3
6------
7* BREAKING BUT ONLY FOR YOUR DEPLOY, POTENTIALLY: http_ece and cryptography are now optional dependencies, if you need full webpush crypto support add the "webpush" feature to your Mastodon.py requirements or require one or both manually in your own setup.py.
8* Fixed a but in create_account (Thanks csmall for the report)
9* Allowed and documented non-authenticated access to streaming API (Thanks webwurst)
10* Fixed MastodonServerError not being exported (Thanks lefherz)
11* Fixed various small documentation issues (Thanks julianaito)
12
5v1.4.2 13v1.4.2
6------ 14------
7* Fixed date parsing in hashtag dicts. 15* Fixed date parsing in hashtag dicts.
Powered by cgit v1.2.3 (git 2.41.0)