diff xml/en/docs/http/ngx_http_js_module.xml @ 2823:652356b39f0f

Added info about removal of the js_import directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 13 Jan 2022 12:48:02 +0000
parents 005b056c267f
children a3aee2697d4e
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_js_module.xml
+++ b/xml/en/docs/http/ngx_http_js_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_js_module"
         link="/en/docs/http/ngx_http_js_module.html"
         lang="en"
-        rev="33">
+        rev="34">
 
 <section id="summary">
 
@@ -401,9 +401,11 @@ function version(r) {
 </para>
 
 <para>
-The directive is deprecated since
-<link doc="../njs/changes.xml" id="njs0.4.0">0.4.0</link>,
-the <link id="js_import"/> directive should be used instead.
+The directive was made obsolete in version
+<link doc="../njs/changes.xml" id="njs0.4.0">0.4.0</link>
+and was removed in version
+<link doc="../njs/changes.xml" id="njs0.7.1">0.7.1</link>.
+The <link id="js_import"/> directive should be used instead.
 </para>
 
 </directive>