diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f300d1374..fc5e898b0 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,33 @@
nginx changelog
+
+
+
+
+если до команды SSI include с параметром wait выполнялась ещё
+одна команда SSI include, то параметр wait мог не работать.
+
+
+if an "include" SSI command were before another "include" SSI command
+with an "wait" parameter, then the "wait" parameter might not work.
+
+
+
+
+
+модуль ngx_http_flv_module добавлял FLV-заголовок для полных ответов.
+Спасибо Алексею Ковырину.
+
+
+the ngx_http_flv_module added the FLV header to the full responses.
+Thanks to Alexey Kovyrin.
+
+
+
+
+
+
@@ -44,8 +71,8 @@ the "charset" and "source_charset" directives support the variables.
одна команда SSI include, то параметр wait мог не работать.
-if before an "include" SSI command with an "wait" parameter were
-yet another "include" SSI command, then the "wait" parameter might not work.
+if an "include" SSI command were before another "include" SSI command
+with an "wait" parameter, then the "wait" parameter might not work.