diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-05-27 16:05:42 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-05-27 16:05:42 +0300 |
commit | ff15f258390b36d4cccded8576b49e281722495c (patch) | |
tree | b968950fcd5da67ae82c7fb55fe9bcb41f07a040 /docs | |
parent | 3b0fa832a39955c8a642188b29ab7456129a1b41 (diff) | |
download | unit-ff15f258390b36d4cccded8576b49e281722495c.tar.gz unit-ff15f258390b36d4cccded8576b49e281722495c.tar.bz2 |
Reordered changes for 1.24.0 by significance (subjective).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 27fdca68..ad1526f4 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -71,27 +71,27 @@ arbitrary configuration of TLS connections via OpenSSL commands. <change type="feature"> <para> -multiple "targets" in Python applications. +the ability to limit static file serving by MIME types. </para> </change> <change type="feature"> <para> -a loader for automatically overriding the "http" and "websocket" modules in -Node.js. +support for chrooting, rejecting symlinks, and rejecting mount +point traversal on a per-request basis when serving static files. </para> </change> <change type="feature"> <para> -the ability to limit static file serving by MIME types. +a loader for automatically overriding the "http" and "websocket" modules in +Node.js. </para> </change> <change type="feature"> <para> -support for chrooting, rejecting symlinks, and rejecting mount -point traversal on a per-request basis when serving static files. +multiple "targets" in Python applications. </para> </change> |