summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changes.xml')
-rw-r--r--docs/changes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index 0e334419..b97cc823 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -37,6 +37,13 @@ ability to specify multiple directories in the "path" option of Python apps.
</para>
</change>
+<change type="feature">
+<para>
+ServerRequest and ServerResponse objects of Node.js module are now compliant
+to Stream API.
+</para>
+</change>
+
<change type="bugfix">
<para>
invalid HTTP responses were generated for some unusual status codes.