diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 691ac94ee..ce8486a4c 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,90 @@
nginx changelog
+
+
+
+
+теперь по умолчанию используются следующие шифры SSL: "HIGH:!ADH:!MD5".
+
+
+now default SSL ciphers are "HIGH:!ADH:!MD5".
+
+
+
+
+
+модуль ngx_http_autoindex_module не показывал последний слэш для линков
+на каталоги;
+ошибка появилась в 0.7.15.
+
+
+the ngx_http_autoindex_module did not show the trailing slash in links to
+a directory;
+the bug had appeared in 0.7.15.
+
+
+
+
+
+nginx не закрывал лог, заданный параметром конфигурации --error-log-path;
+ошибка появилась в 0.7.53.
+
+
+nginx did not close a log file set by the --error-log-path configuration option;
+the bug had appeared in 0.7.53.
+
+
+
+
+
+nginx не считал запятую разделителем в строке "Cache-Control" в строке
+заголовка бэкенда.
+
+
+nginx did not treat a comma as separator in the "Cache-Control" backend response
+header line.
+
+
+
+
+
+nginx/Windows мог не создать временный файл, файл в кэше или файл
+с помощью директив proxy/fastcgi_store, если рабочий процесс не имел
+достаточно прав для работы с каталогами верхнего уровня.
+
+
+nginx/Windows might not create temporary file, a cache file, or
+"proxy/fastcgi_store"d file if a worker has no enough access rights
+for top level directories.
+
+
+
+
+
+строки "Set-Cookie" и "P3P" в заголовке ответа FastCGI-сервера не скрывались
+при кэшировании, если не использовались директивы
+fastcgi_hide_header с любыми параметрами.
+
+
+the "Set-Cookie" and "P3P" FastCGI response header lines were not hidden
+while caching if no "fastcgi_hide_header" directives were used with
+any parameters.
+
+
+
+
+
+nginx неверно считал размер кэша на диске.
+
+
+nginx counted incorrectly disk cache size.
+
+
+
+
+
+