diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d6fc79273..23d58b72b 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,74 @@
nginx changelog
+
+
+
+
+теперь поиск location'а делается с помощью дерева.
+
+
+now locations are searched in a tree.
+
+
+
+
+
+директива optimize_server_names упразднена в связи с появлением
+директивы server_name_in_redirect.
+
+
+the "optimize_server_names" directive was canceled
+due to the "server_name_in_redirect" directive introduction.
+
+
+
+
+
+некоторые давно устаревшие директивы больше не поддерживаются.
+
+
+some long deprecated directives are not supported anymore.
+
+
+
+
+
+параметр "none" в директиве ssl_session_cache;
+теперь этот параметр используется по умолчанию.
+Спасибо Rob Mueller.
+
+
+the "none" parameter in the "ssl_session_cache" directive;
+now this is default parameter.
+Thanks to Rob Mueller.
+
+
+
+
+
+рабочие процессы могли не реагировать на сигналы переконфигурации
+и ротации логов.
+
+
+worker processes might not catch reconfiguration and log rotation signals.
+
+
+
+
+
+nginx не собирался на последних Fedora 9 Linux.
+Спасибо Roxis.
+
+
+nginx could not be built on latest Fedora 9 Linux.
+Thanks to Roxis.
+
+
+
+
+
+