changeset 2386:3e31ef06a7e3

Updated layout of njs 0.3.1 changes.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 21 May 2019 18:03:46 +0300
parents e58281e2a93f
children 2df75fb79ca7
files xml/en/docs/njs/changes.xml
diffstat 1 files changed, 15 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/changes.xml	Tue May 21 16:29:05 2019 +0300
+++ b/xml/en/docs/njs/changes.xml	Tue May 21 18:03:46 2019 +0300
@@ -9,7 +9,7 @@
 <article name="Changes"
         link="/en/docs/njs/changes.html"
         lang="en"
-        rev="17"
+        rev="18"
         toc="no">
 
 <section id="njs0.3.1" name="Changes with 0.3.1">
@@ -34,7 +34,7 @@
 <listitem>
 <para>
 Feature:
-added Object.getOwnPropertyNames().
+added <literal>Object.getOwnPropertyNames()</literal>.
 Thanks to Artem S. Povalyukhin.
 </para>
 </listitem>
@@ -42,7 +42,7 @@
 <listitem>
 <para>
 Feature:
-added Object.getOwnPropertyDescriptors().
+added <literal>Object.getOwnPropertyDescriptors()</literal>.
 Thanks to Artem S. Povalyukhin.
 </para>
 </listitem>
@@ -50,8 +50,8 @@
 <listitem>
 <para>
 Feature:
-making __proto__ accessor descriptor of Object instances
-mutable.
+making <literal>__proto__</literal> accessor descriptor
+of <literal>Object</literal> instances mutable.
 </para>
 </listitem>
 
@@ -65,8 +65,8 @@
 <listitem>
 <para>
 Feature:
-added support for module mode execution in CLI. In module
-mode global this is unavailable.
+added support for module mode execution in CLI.
+In module mode global, this is unavailable.
 </para>
 </listitem>
 
@@ -80,7 +80,7 @@
 <listitem>
 <para>
 Bugfix:
-fixed Function.prototype.bind().
+fixed <literal>Function.prototype.bind()</literal>.
 Thanks to 洪志道 (Hong Zhi Dao).
 </para>
 </listitem>
@@ -113,22 +113,25 @@
 <listitem>
 <para>
 Improvement:
-console.log() improved for outputting large values.
+large-value output improved in <literal>console.log()</literal>.
 </para>
 </listitem>
 
 <listitem>
 <para>
 Improvement:
-console.log() improved for outputting strings in a
-compliant way (without escaping and quotes).
+string output improved in <literal>console.log()</literal>
+in a compliant way (without escaping and quotes).
 </para>
 </listitem>
 
 <listitem>
 <para>
 Improvement:
-using ES6 version of ToInt32(), ToUint32(), ToLength().
+using ES6 version of
+<literal>ToInt32()</literal>,
+<literal>ToUint32()</literal>,
+<literal>ToLength()</literal>.
 </para>
 </listitem>