diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2023-08-28 17:33:26 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2023-08-28 17:33:26 +0100 |
commit | 4c0d0123abc60aa4fc8403704f0e389072e1c0b1 (patch) | |
tree | 8d2b5040756025b69bb5a46597662132e6157013 /docs/changes.xml | |
parent | 989e8cd9c8cbadede6cb43953ff04f922274a535 (diff) | |
download | unit-4c0d0123abc60aa4fc8403704f0e389072e1c0b1.tar.gz unit-4c0d0123abc60aa4fc8403704f0e389072e1c0b1.tar.bz2 |
Mention WebAssembly application module in changes.xml.
Also separate header variables and "response_headers" option features.
Diffstat (limited to '')
-rw-r--r-- | docs/changes.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index ce67b638..1539ac2a 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -41,8 +41,19 @@ if building with njs, version 0.8.0 or later is now required. <change type="feature"> <para> -response headers are manageable during the action and fallback using -$response_header_NAME variables. +technology preview of WebAssembly application module. +</para> +</change> + +<change type="feature"> +<para> +"response_headers" option to manage headers in the action and fallback. +</para> +</change> + +<change type="feature"> +<para> +HTTP response header variables. </para> </change> |