diff xml/en/docs/njs/changes.xml @ 2420:02b3f97df446

njs-0.3.5
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 15 Aug 2019 20:03:58 +0300
parents 3b7223f9aac8
children 32b945768dea
line wrap: on
line diff
--- a/xml/en/docs/njs/changes.xml	Tue Aug 13 20:50:28 2019 +0300
+++ b/xml/en/docs/njs/changes.xml	Thu Aug 15 20:03:58 2019 +0300
@@ -12,6 +12,38 @@
         rev="22"
         toc="no">
 
+<section id="njs0.3.5" name="Changes with 0.3.5">
+
+<para>
+Release Date:
+15 August 2019
+</para>
+
+<para>
+Core:
+<list type="bullet">
+
+<listitem>
+<para>
+Bugfix:
+fixed module importing using <literal>require()</literal>.
+The bug was introduced in <link id="0.3.4"/>.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed <literal>[[SetPrototypeOf]]</literal>.
+</para>
+</listitem>
+
+</list>
+</para>
+
+</section>
+
+
 <section id="njs0.3.4" name="Changes with 0.3.4">
 
 <para>