]> git.kaiwu.me - njs.git/commitdiff
Version 0.7.3. 0.7.3
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 12 Apr 2022 04:22:32 +0000 (21:22 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 12 Apr 2022 04:22:32 +0000 (21:22 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 6cd707e3dcc4934f7141c8864a40c35654ef6231..8f8959dfa8c03889264d2254444a6ae13e1cefd8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+Changes with njs 0.7.3                                        12 Apr 2022
+
+    Core:
+
+    *) Feature: added support of module resolution callback.
+       This feature allows a host environment to control
+       how imported modules are loaded.
+
+    *) Bugfix: fixed backtraces while traversing imported user
+       modules.
+
+    *) Bugfix: fixed Array.prototype.concat() when "this" is a slow
+       array.
+
+    *) Bugfix: fixed frame allocation from an awaited frame.
+
+    *) Bugfix: fixed allocation of large array literals.
+
+    *) Bugfix: fixed interpreter when "toString" conversion fails.
+
 Changes with njs 0.7.2                                        25 Jan 2022
 
     Core: