diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index a3f247f80..5e8a9d377 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,116 @@
nginx changelog
+
+
+
+
+теперь ошибка EAGAIN при вызове connect() не считается временной.
+
+
+now the EAGAIN error returned by connect() is not considered as temporary error.
+
+
+
+
+
+теперь директива "gzip_vary on" выдаёт строку
+"Vary: Accept-Encoding"
+в заголовке ответа и для несжатых ответов.
+
+
+now the "gzip_vary" directive turned on issues
+a "Vary: Accept-Encoding"
+header line for uncompressed responses too.
+
+
+
+
+
+директива expires поддерживает суточное время.
+
+
+the "expires" directive supports daily time.
+
+
+
+
+
+поддержка строки "Expect" в заголовке запроса.
+
+
+the "Expect" request header line support.
+
+
+
+
+
+теперь при использовании протокола "https://" в директиве rewrite
+автоматически делается редирект.
+
+
+now the "rewrite" directive does a redirect automatically
+if the "https://" protocol is used.
+
+
+
+
+
+параметры директивы listen, такие как backlog, rcvbuf и прочие,
+не устанавливались, если сервером по умолчанию был не первый сервер.
+
+
+the "listen" directive parameters such as "backlog", "rcvbuf", etc.
+were not set, if a default server was not the first one.
+
+
+
+
+
+директива log_not_found не работала при поиске индексных файлов.
+
+
+the "log_not_found" directive did not work for index files tests.
+
+
+
+
+
+теперь, если FastCGI-сервер присылает строку "Location" в заголовке ответа
+без строки статуса, то nginx использует код статуса 302.
+Спасибо Максиму Дунину.
+
+
+now if FastCGI server sends a "Location" header line without status line,
+then nginx uses 302 status code.
+Thanks to Maxim Dounin.
+
+
+
+
+
+модуль ngx_http_flv_module не поддерживал несколько значений в
+аргументах запроса.
+
+
+the ngx_http_flv_module did not support several values in a query string.
+
+
+
+
+
+при редиректе запроса к каталогу с добавлением слэша nginx
+не добавлял аргументы из оригинального запроса.
+
+
+when a request to a directory was redirected with the slash added,
+nginx dropped a query string from the original request.
+
+
+
+
+
+