Update CHANGELOG.rst

This commit is contained in:
Lorenz Diener 2019-05-31 14:57:39 +02:00 cometido por GitHub
pare f252957de2
commit 6dd18764e3
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23

Veure arxiu

@ -5,7 +5,7 @@ version number. Breaking changes will be indicated by a change in the minor
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)
* Fixed a bug 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)