# HG changeset patch # User Yaroslav Zhuravlev # Date 1643125094 0 # Node ID 419b081fd2fa759830b0da4b6653951e365e6783 # Parent 1ecf0e0526dac6f28f97019d04dd47da1d647cc3 njs-0.7.2. diff -r 1ecf0e0526da -r 419b081fd2fa xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Tue Jan 25 18:13:46 2022 +0300 +++ b/xml/en/docs/njs/changes.xml Tue Jan 25 15:38:14 2022 +0000 @@ -9,9 +9,105 @@
+
+ + +Release Date: +25 January 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. + + + + + + +
+ +
diff -r 1ecf0e0526da -r 419b081fd2fa xml/index.xml --- a/xml/index.xml Tue Jan 25 18:13:46 2022 +0300 +++ b/xml/index.xml Tue Jan 25 15:38:14 2022 +0000 @@ -14,6 +14,14 @@ + + +njs-0.7.2 +version has been +released. + + + njs-0.7.1