diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 0d2cdfadb..6b61fd66d 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,56 @@
nginx changelog
+
+
+
+
+директива location поддерживает выделения в регулярных выражениях.
+
+
+the "location" directive supports captures in regular expressions.
+
+
+
+
+
+директиву alias с ссылками на выделения в регулярных выражениях
+можно использовать внутри location'а, заданного регулярным выражением
+с выделениями.
+
+
+an "alias" directive with capture references may be used inside
+a location given by a regular expression with captures.
+
+
+
+
+
+директива server_name поддерживает выделения в регулярных выражениях.
+
+
+the "server_name" directive supports captures in regular expressions.
+
+
+
+
+
+модуль ngx_http_autoindex_module не показывал последний слэш для каталогов
+на файловой системе XFS;
+ошибка появилась в 0.7.15.
+Спасибо Дмитрию Кузьменко.
+
+
+the ngx_http_autoindex_module did not show the trailing slash in directories
+on XFS filesystem;
+the issue had appeared in 0.7.15.
+Thanks to Dmitry Kuzmenko.
+
+
+
+
+
+