summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/changes.xml12
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>