From 4429e765326b41b1c4d098f95f9c8341a7df0a9d Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Thu, 30 Jun 2022 12:52:27 +0300 Subject: [PATCH] Add to changelog --- CHANGELOG.rst | 5 ----- docs/sanic/releases/22/22.6.md | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3f6ad88..4e140cc2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -359,11 +359,6 @@ Version 20.12.0 🔹 `#1993 `_ Add disable app registry -Version 20.12.0 🔹 ------------------ - -**Features** - * `#1945 `_ Static route more verbose if file not found diff --git a/docs/sanic/releases/22/22.6.md b/docs/sanic/releases/22/22.6.md index 82654118..883f044a 100644 --- a/docs/sanic/releases/22/22.6.md +++ b/docs/sanic/releases/22/22.6.md @@ -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()`