Grammar fixes and improvements in changes.xml.

This commit is contained in:
Artem Konev
2021-05-27 13:53:58 +01:00
parent f91fe4ce9e
commit 3b0fa832a3

View File

@@ -77,20 +77,21 @@ multiple "targets" in Python applications.
<change type="feature"> <change type="feature">
<para> <para>
a loader for automatic overriding "http" and "websocket" modules in Node.js. a loader for automatically overriding the "http" and "websocket" modules in
Node.js.
</para> </para>
</change> </change>
<change type="feature"> <change type="feature">
<para> <para>
ability to limit serving of static files by MIME types. the ability to limit static file serving by MIME types.
</para> </para>
</change> </change>
<change type="feature"> <change type="feature">
<para> <para>
support for chrooting, rejecting symlinks, and rejecting crossing mounting support for chrooting, rejecting symlinks, and rejecting mount
points on a per-request basis during static file serving. point traversal on a per-request basis when serving static files.
</para> </para>
</change> </change>
@@ -102,7 +103,7 @@ compatibility with Ruby 3.0.
<change type="bugfix"> <change type="bugfix">
<para> <para>
the router process could crash while closing TLS connection. the router process could crash while closing a TLS connection.
</para> </para>
</change> </change>