diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e99452b..e0f3c37a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +Version 21.6.1 +-------------- + +Bugfixes +******** + + * `#2178 `_ + Update sanic-routing to allow for better splitting of complex URI templates + * `#2183 `_ + Proper handling of chunked request bodies to resolve phantom 503 in logs + * `#2181 `_ + Resolve regression in exception logging + * `#2201 `_ + Cleanup request info in pipelined requests + Version 21.6.0 --------------