]> git.kaiwu.me - njs.git/commitdiff
Version 0.7.12. 0.7.12
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 10 Apr 2023 16:50:19 +0000 (09:50 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 10 Apr 2023 16:50:19 +0000 (09:50 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index febcfb314a5c0bd4a9305a41d9b0efdc6f748223..63a3d2658eb530104e8167d24a76a1c044a924d5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,20 @@
+Changes with njs 0.7.12                                       10 Apr 2023
+
+    nginx modules:
+
+    *) Bugfix: fixed Headers() constructor in Fetch API.
+
+    Core:
+
+    *) Feature: added Hash.copy() method in "crypto" module.
+
+    *) Feature: added "zlib" module.
+
+    *) Improvement: added support for export {name as default}
+       statement.
+
+    *) Bugfix: fixed Number constructor according to the spec.
+
 Changes with njs 0.7.11                                        9 Mar 2023
     nginx modules: