diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 054f7672c..0c916e52f 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,97 @@
nginx changelog
+
+
+
+
+директива underscores_in_headers;
+теперь nginx по умолчанию не разрешает подчёркивания в именах строк
+в заголовке запроса клиента.
+
+
+the "underscores_in_headers" directive;
+now nginx does not allows underscores in a client request header line names.
+
+
+
+
+
+модуль ngx_http_secure_link_module.
+
+
+the ngx_http_secure_link_module.
+
+
+
+
+
+директива real_ip_header поддерживает любой заголовок.
+
+
+the "real_ip_header" directive supports any header.
+
+
+
+
+
+директива log_subrequest.
+
+
+the "log_subrequest" directive.
+
+
+
+
+
+переменная $realpath_root.
+
+
+the $realpath_root variable.
+
+
+
+
+
+параметры http_502 и http_504 в директиве proxy_next_upstream.
+
+
+the "http_502" and "http_504" parameters of the "proxy_next_upstream" directive.
+
+
+
+
+
+параметр http_503 в директивах proxy_next_upstream или fastcgi_next_upstream
+не работал.
+
+
+the "http_503" parameter of the "proxy_next_upstream" or
+"fastcgi_next_upstream" directives did not work.
+
+
+
+
+
+nginx мог выдавать строку "Transfer-Encoding: chunked" для запросов HEAD.
+
+
+nginx might send a "Transfer-Encoding: chunked" heaer line for HEAD requests.
+
+
+
+
+
+теперь accept-лимит зависит от числа worker_connections.
+
+
+now accept threshold depends on worker_connections.
+
+
+
+
+
+