diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 2f8329c67..fbbe4754d 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,69 @@
nginx changelog
+
+
+
+
+предварительная поддержка кэширования в модуле ngx_http_proxy_module.
+
+
+the ngx_http_proxy_module preliminary cache support.
+
+
+
+
+
+параметр --with-pcre в configure.
+
+
+the --with-pcre option in the configure.
+
+
+
+
+
+теперь директива try_files может быть использована на уровне server.
+
+
+the "try_files" directive is now allowed on the server block level.
+
+
+
+
+
+директива try_files неправильно обрабатывала строку запроса в последнем
+параметре.
+
+
+the "try_files" directive handled incorrectly a query string
+in a fallback parameter.
+
+
+
+
+
+директива try_files могла неверно тестировать каталоги.
+
+
+the "try_files" directive might test incorrectly directories.
+
+
+
+
+
+если для пары адрес:порт описан только один сервер, то выделения
+в регулярных выражениях в директиве server_name не работали.
+
+
+if there is the single server for given address:port pair,
+then captures in regular expressions in a "server_name" directive did not work.
+
+
+
+
+
+