From ff15f258390b36d4cccded8576b49e281722495c Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 27 May 2021 16:05:42 +0300 Subject: [PATCH] Reordered changes for 1.24.0 by significance (subjective). --- docs/changes.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/changes.xml b/docs/changes.xml index 27fdca68..ad1526f4 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -71,7 +71,14 @@ arbitrary configuration of TLS connections via OpenSSL commands. -multiple "targets" in Python applications. +the ability to limit static file serving by MIME types. + + + + + +support for chrooting, rejecting symlinks, and rejecting mount +point traversal on a per-request basis when serving static files. @@ -84,14 +91,7 @@ Node.js. -the ability to limit static file serving by MIME types. - - - - - -support for chrooting, rejecting symlinks, and rejecting mount -point traversal on a per-request basis when serving static files. +multiple "targets" in Python applications.