Update CHANGELOG

This commit is contained in:
Adam Hopkins 2021-07-28 12:12:30 +03:00
parent 52ff49512a
commit 7dd4a78cf2
No known key found for this signature in database
GPG Key ID: 6A33C08203F67A28

View File

@ -1,3 +1,18 @@
Version 21.6.1
--------------
Bugfixes
********
* `#2178 <https://github.com/sanic-org/sanic/pull/2178>`_
Update sanic-routing to allow for better splitting of complex URI templates
* `#2183 <https://github.com/sanic-org/sanic/pull/2183>`_
Proper handling of chunked request bodies to resolve phantom 503 in logs
* `#2181 <https://github.com/sanic-org/sanic/pull/2181>`_
Resolve regression in exception logging
* `#2201 <https://github.com/sanic-org/sanic/pull/2201>`_
Cleanup request info in pipelined requests
Version 21.6.0
--------------