diff xml/en/docs/njs/changes.xml @ 2744:7efff3509d6e

njs-0.6.1.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 29 Jun 2021 13:27:33 +0100
parents ff50063d9837
children 37edee5922d4
line wrap: on
line diff
--- a/xml/en/docs/njs/changes.xml	Wed Jun 16 22:43:50 2021 +0100
+++ b/xml/en/docs/njs/changes.xml	Tue Jun 29 13:27:33 2021 +0100
@@ -9,9 +9,41 @@
 <article name="Changes"
         link="/en/docs/njs/changes.html"
         lang="en"
-        rev="44"
+        rev="45"
         toc="no">
 
+<section id="njs0.6.1" name="Changes with njs 0.6.1">
+
+<para>
+Release Date:
+29 June 2021
+</para>
+
+<para>
+<list type="bullet">
+
+<listitem>
+<para>
+Bugfix:
+fixed <literal>RegExpBuiltinExec()</literal> with UTF-8 only regexps.
+The bug was introduced in <link id="njs0.4.2">0.4.2</link>.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed parsing of export default declaration with non-assignment expressions.
+Thanks to Artem S. Povalyukhin.
+</para>
+</listitem>
+
+</list>
+</para>
+
+</section>
+
+
 <section id="njs0.6.0" name="Changes with njs 0.6.0">
 
 <para>