Skip to content

Commit

Permalink
Add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Jun 30, 2022
1 parent e4be70b commit 4429e76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,6 @@ Version 20.12.0 🔹
`#1993 <https://github.com/sanic-org/sanic/pull/1993>`_
Add disable app registry

Version 20.12.0 🔹
-----------------

**Features**

*
`#1945 <https://github.com/sanic-org/sanic/pull/1945>`_
Static route more verbose if file not found
Expand Down
1 change: 1 addition & 0 deletions docs/sanic/releases/22/22.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _Current version_
- [#2432](https://github.com/sanic-org/sanic/pull/2432) Expose ASGI `scope` as a property on the `Request` object
- [#2438](https://github.com/sanic-org/sanic/pull/2438) Easier access to websocket class for annotation: `from sanic import Websocket`
- [#2439](https://github.com/sanic-org/sanic/pull/2439) New API for reading form values with options: `Request.get_form`
- [#2445](https://github.com/sanic-org/sanic/pull/2445) Add custom `loads` function
- [#2447](https://github.com/sanic-org/sanic/pull/2447), [#2486](https://github.com/sanic-org/sanic/pull/2486) Improved API to support setting cache control headers
- [#2453](https://github.com/sanic-org/sanic/pull/2453) Move verbosity filtering to logger
- [#2475](https://github.com/sanic-org/sanic/pull/2475) Expose getter for current request using `Request.get_current()`
Expand Down

0 comments on commit 4429e76

Please sign in to comment.