diff --git a/CHANGES b/CHANGES index 3ffd06b7..5e49979f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,15 @@ +Changes with Unit 1.18.0 28 May 2020 + + *) Feature: the "rootfs" isolation option for changing root filesystem + for an application. + + *) Feature: multiple "targets" in PHP applications. + + *) Feature: support for percent-encoding in the "uri" and "arguments" + matching options and in the "pass" option. + + Changes with Unit 1.17.0 16 Apr 2020 *) Feature: a "return" action with optional "location" for immediate diff --git a/docs/changes.xml b/docs/changes.xml index a883ccbb..f3ec7518 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,53 @@ + + + + +NGINX Unit updated to 1.18.0. + + + + + + + + + + +the "rootfs" isolation option for changing root filesystem for an application. + + + + + +multiple "targets" in PHP applications. + + + + + +support for percent-encoding in the "uri" and "arguments" matching options +and in the "pass" option. + + + + + +