diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index bc9a59e32..c5e002cca 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,75 @@
nginx changelog
+
+
+
+
+параметры http_XXX в директиве proxy_cache_use_stale
+и fastcgi_cache_use_stale не работали.
+
+
+the http_XXX parameters in "proxy_cache_use_stale" and
+"fastcgi_cache_use_stale" directives did not work.
+
+
+
+
+
+fastcgi кэш не кэшировал ответы, состоящие только из заголовка.
+
+
+fastcgi cache did not cache header only responses.
+
+
+
+
+
+ошибки "select() failed (9: Bad file descriptor)" в nginx/Unix
+и "select() failed (10022: ...)" в nginx/Windows.
+
+
+of "select() failed (9: Bad file descriptor)" error in nginx/Unix
+and "select() failed (10022: ...)" error in nginx/Windows.
+
+
+
+
+
+при использовании директивы debug_connection
+в рабочем процессе мог произойти segmentation fault;
+ошибка появилась в 0.7.54.
+
+
+a segmentation fault might occur in worker process,
+if an "debug_connection" directive was used;
+the bug had appeared in 0.7.54.
+
+
+
+
+
+в сборке модуля ngx_http_image_filter_module.
+
+
+fix ngx_http_image_filter_module building errors.
+
+
+
+
+
+файлы больше 2G не передавались с использованием $r->sendfile.
+Спасибо Максиму Дунину.
+
+
+the files bigger than 2G could not be transferred using $r->sendfile.
+Thanks to Maxim Dounin.
+
+
+
+
+
+
@@ -157,7 +226,7 @@ now switches may be set in condensed form.
-nginx/Windows не работал, если файл конфигурации был задан ключём -c.
+nginx/Windows не работал, если файл конфигурации был задан ключом -c.
nginx/Windows did not work if configuration file was given by the -c switch.