From 463bda8a919ed50d93edafa99d86b69bf391587f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 31 May 2019 14:36:22 +0200 Subject: Update CHANGELOG --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.rst') 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 version number. Breaking changes will be indicated by a change in the minor (or major) version number, and will generally be avoided. +v1.4.3 +------ +* 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. +* Fixed a but in create_account (Thanks csmall for the report) +* Allowed and documented non-authenticated access to streaming API (Thanks webwurst) +* Fixed MastodonServerError not being exported (Thanks lefherz) +* Fixed various small documentation issues (Thanks julianaito) + v1.4.2 ------ * Fixed date parsing in hashtag dicts. -- cgit v1.2.3