diff options
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 66965311..8c4b5cf0 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -33,6 +33,12 @@ NGINX Unit updated to 1.28.0. <change type="feature"> <para> +supporting UNIX sockets in address matching. +</para> +</change> + +<change type="feature"> +<para> forwarded header to replace client address and protocol. </para> </change> @@ -49,6 +55,12 @@ more http variables support. </para> </change> +<change type="feature"> +<para> +added a new variable, $dollar, that translates to a literal "$" during +</para> +</change> + <change type="bugfix"> <para> an index file that didn't contain a file extension was incorrectly @@ -62,13 +74,6 @@ increased the applications' startup timeout. </para> </change> -<change type="feature"> -<para> -added a new variable, $dollar, that translates to a literal "$" during -variable substitution. -</para> -</change> - </changes> |