changeset 2830:419b081fd2fa

njs-0.7.2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Jan 2022 15:38:14 +0000
parents 1ecf0e0526da
children 4add6ae1296f
files xml/en/docs/njs/changes.xml xml/index.xml
diffstat 2 files changed, 105 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/changes.xml
+++ b/xml/en/docs/njs/changes.xml
@@ -9,9 +9,105 @@
 <article name="Changes"
         link="/en/docs/njs/changes.html"
         lang="en"
-        rev="48"
+        rev="49"
         toc="no">
 
+<section id="njs0.7.2" name="Changes with njs 0.7.2">
+
+<para>
+Release Date:
+25 January 2022
+</para>
+
+<para>
+Core:
+<list type="bullet">
+
+<listitem>
+<para>
+Bugfix:
+fixed
+<literal>Array.prototype.join()</literal>
+when array is changed while iterating.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed
+<literal>Array.prototype.slice()</literal>
+when array is changed while iterating.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed
+<literal>Array.prototype.concat()</literal>
+when array is changed while iterating.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed
+<literal>Array.prototype.reverse()</literal>
+when array is changed while iterating.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed
+<literal>Buffer.concat()</literal>
+with subarrays.
+Thanks to Sylvain Etienne.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed
+type confusion bug while resolving promises.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed
+<literal>Function.prototype.apply()</literal>
+with large array arguments.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed recursive <literal>async</literal> function calls.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed function redeclaration.
+The bug was introduced in
+<link id="njs0.7.0">0.7.0</link>.
+</para>
+</listitem>
+
+</list>
+</para>
+
+</section>
+
+
 <section id="njs0.7.1" name="Changes with njs 0.7.1">
 
 <para>
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -14,6 +14,14 @@ mainline version has been released.
 </para>
 </event>
 
+<event date="2022-01-25">
+<para>
+<link doc="en/docs/njs/index.xml">njs-0.7.2</link>
+version has been
+<link doc="en/docs/njs/changes.xml" id="njs0.7.2">released</link>.
+</para>
+</event>
+
 <event date="2021-12-28">
 <para>
 <link doc="en/docs/njs/index.xml">njs-0.7.1</link>