diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2023-08-22 11:03:02 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2023-08-22 11:03:02 +0100 |
commit | 989e8cd9c8cbadede6cb43953ff04f922274a535 (patch) | |
tree | 687a04f8eb3eb6c11586343756731bec0de35bd5 /docs | |
parent | 31ce5001a08690481e9ec34562a827f56e085b76 (diff) | |
download | unit-989e8cd9c8cbadede6cb43953ff04f922274a535.tar.gz unit-989e8cd9c8cbadede6cb43953ff04f922274a535.tar.bz2 |
Edited changes.xml for the 1.31.0 release.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 8e212d62..ce67b638 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -35,19 +35,20 @@ NGINX Unit updated to 1.31.0. <change type="change"> <para> -njs updated to 0.8.0. +if building with njs, version 0.8.0 or later is now required. </para> </change> <change type="feature"> <para> -ability to control HTTP response headers. +response headers are manageable during the action and fallback using +$response_header_NAME variables. </para> </change> <change type="feature"> <para> -ability to get the HTTP response header variables. +ASGI lifespan state support. Thanks to synodriver. </para> </change> |