aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-05-31 14:57:39 +0200
committerGitHub <[email protected]>2019-05-31 14:57:39 +0200
commit6dd18764e39cff0a42aa0f21f88dc1cf4a8e8c63 (patch)
treeb8641d887f0755701339638f435cf1a0e2531721
parentf252957de263b772c13b1adebf8b915116ddb688 (diff)
downloadmastodon.py-6dd18764e39cff0a42aa0f21f88dc1cf4a8e8c63.tar.gz
Update CHANGELOG.rst
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ffbe092..5383275 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,7 +5,7 @@ version number. Breaking changes will be indicated by a change in the minor
5v1.4.3 5v1.4.3
6------ 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. 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) 8* Fixed a bug in create_account (Thanks csmall for the report)
9* Allowed and documented non-authenticated access to streaming API (Thanks webwurst) 9* Allowed and documented non-authenticated access to streaming API (Thanks webwurst)
10* Fixed MastodonServerError not being exported (Thanks lefherz) 10* Fixed MastodonServerError not being exported (Thanks lefherz)
11* Fixed various small documentation issues (Thanks julianaito) 11* Fixed various small documentation issues (Thanks julianaito)
Powered by cgit v1.2.3 (git 2.41.0)