# HG changeset patch # User Yaroslav Zhuravlev # Date 1558451026 -10800 # Node ID 3e31ef06a7e394a68fb53de9118488ea289b485c # Parent e58281e2a93fe2c8655b9728cc0edd52ca0b8d3e Updated layout of njs 0.3.1 changes. diff -r e58281e2a93f -r 3e31ef06a7e3 xml/en/docs/njs/changes.xml --- 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 @@
@@ -34,7 +34,7 @@ Feature: -added Object.getOwnPropertyNames(). +added Object.getOwnPropertyNames(). Thanks to Artem S. Povalyukhin. @@ -42,7 +42,7 @@ Feature: -added Object.getOwnPropertyDescriptors(). +added Object.getOwnPropertyDescriptors(). Thanks to Artem S. Povalyukhin. @@ -50,8 +50,8 @@ Feature: -making __proto__ accessor descriptor of Object instances -mutable. +making __proto__ accessor descriptor +of Object instances mutable. @@ -65,8 +65,8 @@ 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. @@ -80,7 +80,7 @@ Bugfix: -fixed Function.prototype.bind(). +fixed Function.prototype.bind(). Thanks to 洪志道 (Hong Zhi Dao). @@ -113,22 +113,25 @@ Improvement: -console.log() improved for outputting large values. +large-value output improved in console.log(). Improvement: -console.log() improved for outputting strings in a -compliant way (without escaping and quotes). +string output improved in console.log() +in a compliant way (without escaping and quotes). Improvement: -using ES6 version of ToInt32(), ToUint32(), ToLength(). +using ES6 version of +ToInt32(), +ToUint32(), +ToLength().