diff xml/en/docs/njs/changes.xml @ 3007:3184864bbb3f

Added SharedDict to njs Reference.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 16 Aug 2023 12:12:22 +0100
parents 0e29ac906426
children 758e2e1dfd22
line wrap: on
line diff
--- a/xml/en/docs/njs/changes.xml
+++ b/xml/en/docs/njs/changes.xml
@@ -9,7 +9,7 @@
 <article name="Changes"
         link="/en/docs/njs/changes.html"
         lang="en"
-        rev="62"
+        rev="63"
         toc="no">
 
 <section id="njs0.8.0" name="Changes with njs 0.8.0">
@@ -59,7 +59,8 @@ module.
 <listitem>
 <para>
 Feature:
-introduced global nginx properties:
+introduced more global
+<link doc="reference.xml" id="ngx"><literal>nginx</literal></link> properties:
 <link doc="reference.xml" id="ngx_build"><literal>ngx.build</literal></link>,
 <link doc="reference.xml" id="ngx_conf_file_path"><literal>ngx.conf_file_path</literal></link>,
 <link doc="reference.xml" id="ngx_error_log_path"><literal>ngx.error_log_path</literal></link>,
@@ -84,6 +85,15 @@ that allows declaring a dictionary share
 
 <listitem>
 <para>
+Feature:
+introduced global
+<link doc="reference.xml" id="ngx_shared"><literal>nginx.shared</literal></link>
+methods and properties for working with shared dictionaries.
+</para>
+</listitem>
+
+<listitem>
+<para>
 Improvement:
 added compile-time options to disable njs modules.
 For example, to disable libxslt-related code: