diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index a9eed7dee..bb3626d04 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,18 +9,63 @@
nginx changelog
-
+
-
+
-при использовании переменных $arg_...
-в рабочем процессе мог произойти segmentation fault;
-ошибка появилась в 0.7.48.
+директива try_files поддерживает код ответа в последнем параметре.
-a segmentation fault might occur in worker process,
-if the $arg_... variables were used;
-the bug had appeared in 0.7.48.
+the "try_files" directive supports a response code in the fallback parameter.
+
+
+
+
+
+теперь в директиве return можно использовать любой код ответа.
+
+
+now any response code can be used in the "return" directive.
+
+
+
+
+
+директива error_page делала внешний редирект без строки запроса;
+ошибка появилась в 0.7.44.
+
+
+the "error_page" directive made an external redirect without query string;
+the bug had appeared in 0.7.44.
+
+
+
+
+
+если сервера слушали на нескольких явно описанных адресах,
+то виртуальные сервера могли не работать;
+ошибка появилась в 0.7.39.
+
+
+if servers listened on several defined explicitly addresses,
+then virtual servers might not work;
+the bug had appeared in 0.7.39.
+
+
+
+
+
+
+
+
+
+
+переменные $arg_... не работали;
+ошибка появилась в 0.7.49.
+
+
+the $arg_... variables did not work;
+the bug had appeared in 0.7.49.
@@ -29,7 +74,7 @@ the bug had appeared in 0.7.48.
-
+
при использовании переменных $arg_...
в рабочем процессе мог произойти segmentation fault;
@@ -693,7 +738,7 @@ original request extension.
"*domain.tld" names were handled incorrectly in
"server_name", "valid_referers", and "map" directives,
-if an ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
+if ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
the bug had appeared in 0.7.9.