From ff15f258390b36d4cccded8576b49e281722495c Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 27 May 2021 16:05:42 +0300 Subject: Reordered changes for 1.24.0 by significance (subjective). --- docs/changes.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/changes.xml') 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. -multiple "targets" in Python applications. +the ability to limit static file serving by MIME types. -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. -the ability to limit static file serving by MIME types. +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. +multiple "targets" in Python applications. -- cgit