From 4c0d0123abc60aa4fc8403704f0e389072e1c0b1 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 28 Aug 2023 17:33:26 +0100 Subject: Mention WebAssembly application module in changes.xml. Also separate header variables and "response_headers" option features. --- docs/changes.xml | 15 +++++++++++++-- 1 file 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. -response headers are manageable during the action and fallback using -$response_header_NAME variables. +technology preview of WebAssembly application module. + + + + + +"response_headers" option to manage headers in the action and fallback. + + + + + +HTTP response header variables. -- cgit