diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 39d5aead5..fa18fc635 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,139 @@
nginx changelog
+
+
+
+
+уменьшение времени работы загрузчика кэша.
+
+
+cache loader run time decrease.
+
+
+
+
+
+параметры loader_files, loader_sleep и loader_threshold
+директив proxy/fastcgi/scgi/uwsgi_cache_path.
+
+
+"loader_files", "loader_sleep", and "loader_threshold" options
+of the "proxy/fastcgi/scgi/uwsgi_cache_path" directives.
+
+
+
+
+
+уменьшение времени загрузки конфигураций с большим количеством HTTPS серверов.
+
+
+loading time decrease of configuration with large number of HTTPS sites.
+
+
+
+
+
+теперь nginx поддерживает шифры с обменом ECDHE-ключами.
+Спасибо Adrian Kotelba.
+
+
+now nginx supports ECDHE key exchange ciphers.
+Thanks to Adrian Kotelba.
+
+
+
+
+
+директива lingering_close.
+Спасибо Максиму Дунину.
+
+
+the "lingering_close" directive.
+Thanks to Maxim Dounin.
+
+
+
+
+
+закрытия соединения для pipelined-запросов.
+Спасибо Максиму Дунину.
+
+
+in closing connection for pipelined requests.
+Thanks to Maxim Dounin.
+
+
+
+
+
+nginx не запрещал сжатие при получении значения "gzip;q=0"
+в строке "Accept-Encoding" в заголовке запроса клиента.
+
+
+nginx did not disable gzipping if client sent "gzip;q=0" in
+"Accept-Encoding" request header line.
+
+
+
+
+
+таймаута при небуферизированном проксировании.
+Спасибо Максиму Дунину.
+
+
+in timeout in unbuffered proxied mode.
+Thanks to Maxim Dounin.
+
+
+
+
+
+утечки памяти при использовании переменных в директиве proxy_pass
+при работе с бэкендом по HTTPS.
+Спасибо Максиму Дунину.
+
+
+memory leaks when a "proxy_pass" directive contains variables and proxies
+to an HTTPS backend.
+Thanks to Maxim Dounin.
+
+
+
+
+
+в проверке параметра директивы proxy_pass, заданного переменными.
+Спасибо Lanshun Zhou.
+
+
+in parameter validaiton of a "proxy_pass" directive with variables.
+Thanks to Lanshun Zhou.
+
+
+
+
+
+SSL не работал на QNX.
+Спасибо Максиму Дунину.
+
+
+SSL did not work on QNX.
+Thanks to Maxim Dounin.
+
+
+
+
+
+SSL модули не собирались gcc 4.6 без параметра --with-debug.
+
+
+SSL modules could not be built by gcc 4.6 without --with-debug option.
+
+
+
+
+
+
@@ -192,8 +325,8 @@ proxy/fastcgi/scgi/uwsgi_cache_bypass
ошибка появилась в 0.8.46.
-a cached response may be broken if proxy/fastcgi/scgi/ uwsgi_cache_bypass
-and proxy/fastcgi/scgi/uwsgi_no_cache directive values were different;
+a cached response may be broken if "proxy/fastcgi/scgi/ uwsgi_cache_bypass"
+and "proxy/fastcgi/scgi/uwsgi_no_cache" directive values were different;
the bug had appeared in 0.8.46.