diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 87d09c56f..b9d77ee75 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,78 @@
nginx changelog
+
+
+
+
+параметры в виде "%name" в директиве log_format больше не поддерживаются.
+
+
+the parameters in the "%name" form in the "log_format" directive
+are not supported anymore.
+
+
+
+
+
+директивы proxy_upstream_max_fails, proxy_upstream_fail_timeout,
+fastcgi_upstream_max_fails, и fastcgi_upstream_fail_timeout,
+memcached_upstream_max_fails и memcached_upstream_fail_timeout
+больше не поддерживаются.
+
+
+the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout",
+"fastcgi_upstream_max_fails", "fastcgi_upstream_fail_timeout",
+"memcached_upstream_max_fails", and "memcached_upstream_fail_timeout"
+directives are not supported anymore.
+
+
+
+
+
+директива server в блоке upstream поддерживает параметры
+max_fails, fail_timeout и down.
+
+
+the "server" directive in the "upstream" context supports
+the "max_fails", "fail_timeout", and "down" parameters.
+
+
+
+
+
+директива ip_hash в блоке upstream.
+
+
+the "ip_hash" directive inside the "upstream" block.
+
+
+
+
+
+статус WAIT в строке "Auth-Status" в заголовка ответа сервера аутентификации
+IMAP/POP3 прокси.
+
+
+the WAIT status in the "Auth-Status" header line of the IMAP/POP3 proxy
+authentication server response.
+
+
+
+
+
+nginx не собирался на 64-битных платформах;
+ошибка появилась в 0.4.14.
+
+
+nginx could not be built on 64-bit platforms;
+bug appeared in 0.4.14.
+
+
+
+
+
+
@@ -1164,7 +1236,7 @@ the "add_header" directive adds the string to 204, 301, and 302 responses.
директива server в блоке upstream поддерживает параметр weight.
-the "server" directive if the "upstream" context supports
+the "server" directive in the "upstream" context supports
the "weight" parameter.