diff options
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 833ec20e..ba41f00d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -80,6 +80,12 @@ can be used as a unique request identifier. <change type="feature"> <para> +bytearray in response body for ASGI applications. +</para> +</change> + +<change type="feature"> +<para> ServerRequest.flushHeaders() implemented in Node.js module to make it compatible with Next.js. </para> |