diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 902f42c26..3d6adcbad 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,47 @@
nginx changelog
+
+
+
+
+если для пары IPv6-адрес:порт описан только один сервер, то выделения
+в регулярных выражениях в директиве server_name не работали.
+
+
+if there was a single server for given IPv6 address:port pair,
+then captures in regular expressions in a "server_name" directive did not work.
+
+
+
+
+
+при использовании директивы auth_basic
+в рабочем процессе мог произойти segmentation fault.
+Спасибо Михаилу Лалетину.
+
+
+a segmentation fault might occur in a worker process,
+if the "auth_basic" directive was used.
+Thanks to Michail Laletin.
+
+
+
+
+
+совместимость с модулем ngx_http_eval_module;
+ошибка появилась в 0.8.42.
+
+
+compatibility with ngx_http_eval_module;
+the bug had appeared in 0.8.42.
+
+
+
+
+
+
+
@@ -31,7 +72,7 @@ the "gzip_disable" directive supports special "degradation" mask.
-при использовании файлового AIO, могла происходить утечка сокетов.
+при использовании файлового AIO могла происходить утечка сокетов.
Спасибо Максиму Дунину.
@@ -3924,7 +3965,7 @@ the "try_files" directive might test incorrectly directories.
в регулярных выражениях в директиве server_name не работали.
-if there is the single server for given address:port pair,
+if there was a single server for given address:port pair,
then captures in regular expressions in a "server_name" directive did not work.
@@ -5059,7 +5100,7 @@ the "http_503" parameter of the "proxy_next_upstream" or
nginx мог выдавать строку "Transfer-Encoding: chunked" для запросов HEAD.
-nginx might send a "Transfer-Encoding: chunked" heaer line for HEAD requests.
+nginx might send a "Transfer-Encoding: chunked" header line for HEAD requests.