diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-11-08 23:04:36 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-11-08 23:04:36 +0300 |
commit | 98c9763189728a17bef0a3ac1f421cb25678c018 (patch) | |
tree | 0ad586af33413cffe14047dc1477c2b81312260e | |
parent | aee908bcbd6ae160ab8e470ea6a373148649968b (diff) | |
download | unit-98c9763189728a17bef0a3ac1f421cb25678c018.tar.gz unit-98c9763189728a17bef0a3ac1f421cb25678c018.tar.bz2 |
Moving change record to the right place.
The change record was incorectly merged in 43553aa72111.
-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> |