diff options
Diffstat (limited to 'docs/releases/5.0.txt')
| -rw-r--r-- | docs/releases/5.0.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 6e911f471e..cc4fb69ee3 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -192,6 +192,13 @@ Minor features * ... +Asynchronous views +~~~~~~~~~~~~~~~~~~ + +* Under ASGI, ``http.disconnect`` events are now handled. This allows views to + perform any necessary cleanup if a client disconnects before the response is + generated. See :ref:`async-handling-disconnect` for more details. + Cache ~~~~~ |
