diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 15fc042c0..df9adb9d8 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,84 @@
nginx changelog
+
+
+
+
+теперь, если маске, заданной в директиве include, не соответствует
+ни один файл, то nginx не выдаёт ошибку.
+
+
+now if an "include" directive pattern does not match any file,
+then nginx does not issue an error.
+
+
+
+
+
+теперь время в директивах можно задавать без пробела, например, "1h50m".
+
+
+now the time in directives may be specified without spaces,
+for example, "1h50m".
+
+
+
+
+
+утечек памяти, если директива ssl_verify_client имела значение on.
+
+Спасибо Chavelle Vincent.
+
+
+memory leaks if the "ssl_verify_client" directive was on.
+
+Thanks to Chavelle Vincent.
+
+
+
+
+
+директива sub_filter могла вставлять заменяемый текст в вывод.
+
+
+the "sub_filter" directive might set text to change into output.
+
+
+
+
+
+директива error_page не воспринимала параметры в перенаправляемом URI.
+
+
+the "error_page" directive did not take into account arguments in
+redirected URI.
+
+
+
+
+
+теперь при сборке с Cygwin nginx всегда открывает файлы в бинарном режиме.
+
+
+now nginx always opens files in binary mode under Cygwin.
+
+
+
+
+
+nginx не собирался под OpenBSD;
+ошибка появилась в 0.6.15.
+
+
+nginx could not be built on OpenBSD;
+bug appeared in 0.6.15.
+
+
+
+
+
+
@@ -26,7 +104,7 @@ the ngx_google_perftools_module.
ошибка появилась в 0.6.27.
-the ngx_http_perl_module could be not built on 64-bit platforms;
+the ngx_http_perl_module could not be built on 64-bit platforms;
bug appeared in 0.6.27.
@@ -42,7 +120,7 @@ bug appeared in 0.6.27.
ошибка появилась в 0.6.27.
-the rtsig method could be not built;
+the rtsig method could not be built;
bug appeared in 0.6.27.
@@ -2174,7 +2252,7 @@ Thanks to Andrei Nigmatulin.
Спасибо Андрею Нигматулину.
-the ngx_http_perl_module could not built by Solaris make.
+the ngx_http_perl_module could not be built by Solaris make.
Thanks to Andrei Nigmatulin.