summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2022-12-06 14:30:13 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2022-12-06 14:30:13 +0000
commitd862f581db968519fb7adb38c8872d020f4f21e6 (patch)
treebdce3c93590bf835ea4ef0645b2a8020aaefd5b8 /docs
parent491d0f700f5690eba0f1fcf2124f3a37ef73eb1a (diff)
downloadunit-d862f581db968519fb7adb38c8872d020f4f21e6.tar.gz
unit-d862f581db968519fb7adb38c8872d020f4f21e6.tar.bz2
Node.js: added "shortCircuit" option for ES modules hook.
Starting from Node.js v18.6.0 return value from all hooks must have "shortCircuit: true" option specified. For more information see: https://github.com/nodejs/node/commit/10bcad5c6e
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index 2dd1b472..9aaec9e5 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -69,6 +69,12 @@ compatibility with PHP 8.2.
<change type="feature">
<para>
+compatibility with Node.js 19.0.
+</para>
+</change>
+
+<change type="feature">
+<para>
support rack v3 in ruby applications.
</para>
</change>