diff --git a/docs/changes.xml b/docs/changes.xml
index 80febc54..c35ed984 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -53,7 +53,13 @@ removed $uri auto-append for "share" when loading configuration.
-prefer system crypto policy, instead of hardcoding a default.
+prefer system crypto policy instead of hardcoding a default.
+
+
+
+
+
+njs support with the basic syntax of JS template literals.
@@ -65,13 +71,20 @@ support per-application cgroups on Linux.
-compatibility with Python 3.11.
+the $request_time variable contains the request processing time.
-njs support with the basic syntax of JS template literals.
+"prefix" option in Python applications to set WSGI "SCRIPT_NAME"
+and ASGI root-path variables.
+
+
+
+
+
+compatibility with Python 3.11.
@@ -95,32 +108,7 @@ compatibility with Node.js 19.0.
-support rack v3 in ruby applications.
-
-
-
-
-
-the $request_time variable contains the request processing time.
-
-
-
-
-
-report the regex status in configure summary.
-
-
-
-
-
-new "prefix" attribute in Python configurations to set WSGI SCRIPT_NAME
-and ASGI root-path variables.
-
-
-
-
-
-fix HTTP cookie parsing when the value contains an equals sign.
+Ruby Rack v3 support.
@@ -130,6 +118,12 @@ fix error in connection statistics when using proxy.
+
+
+fix HTTP cookie parsing when the value contains an equals sign.
+
+
+
PHP directory URLs without a trailing '/' would give a 503 error (fixed with
@@ -137,6 +131,18 @@ a 301 re-direct).
+
+
+missing error checks in the C API.
+
+
+
+
+
+report the regex status in configure summary.
+
+
+
@@ -259,7 +265,7 @@ the Ruby application process could crash on SIGINT.
-mutex leaks in the C API.
+mutex leak in the C API.