diff options
-rw-r--r-- | docs/changes.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 6de821ab..b202792f 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -50,13 +50,6 @@ NGINX Unit updated to 1.26.0. </para> </change> -<change type="bugfix"> -<para> -the router and app processes could crash when reaching requests limit -in asynchronous or multithreaded apps. -</para> -</change> - </changes> @@ -115,6 +108,13 @@ after the corresponding listener had been reconfigured. </para> </change> +<change type="bugfix"> +<para> +the router and app processes could crash when reaching requests limit +in asynchronous or multithreaded apps. +</para> +</change> + </changes> |