]> git.kaiwu.me - njs.git/commitdiff
Version 0.7.2. 0.7.2
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 25 Jan 2022 13:37:45 +0000 (13:37 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 25 Jan 2022 13:37:45 +0000 (13:37 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 558b6f901fc3583f8e55f70ce6ff45a068e830cd..6cd707e3dcc4934f7141c8864a40c35654ef6231 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,32 @@
+Changes with njs 0.7.2                                        25 Jan 2022
+
+    Core:
+
+    *) Bugfix: fixed Array.prototype.join() when array is changed
+       while iterating.
+
+    *) Bugfix: fixed Array.prototype.slice() when array is changed
+       while iterating.
+
+    *) Bugfix: fixed Array.prototype.concat() when array is changed
+       while iterating.
+
+    *) Bugfix: fixed Array.prototype.reverse() when array is changed
+       while iterating.
+
+    *) Bugfix: fixed Buffer.concat() with subarrays.
+       Thanks to Sylvain Etienne.
+
+    *) Bugfix: fixed type confusion bug while resolving promises.
+
+    *) Bugfix: fixed Function.prototype.apply() with large array
+       arguments.
+
+    *) Bugfix: fixed recursive async function calls.
+
+    *) Bugfix: fixed function redeclaration. The bug was introduced
+       in 0.7.0.
+
 Changes with njs 0.7.1                                        28 Dec 2021
 
     nginx modules: