diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f2f93fb8b..272c59d95 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,54 @@
nginx changelog
+
+
+
+
+директиву perl можно использовать внутри блока limit_except.
+
+
+the "perl" directive may be used inside the "limit_except" block.
+
+
+
+
+
+модуль ngx_http_dav_module требовал строку "Date" в заголовке запроса
+для метода DELETE.
+
+
+the ngx_http_dav_module required the "Date" request header line
+for the DELETE method.
+
+
+
+
+
+при использовании одного параметра в директиве dav_access nginx мог
+сообщить об ошибке в конфигурации.
+
+
+if one only parameter was used in the "dav_access" directive, then
+nginx might report about configuration error.
+
+
+
+
+
+при использовании переменной $host мог произойти
+мог произойти segmentation fault;
+ошибка появилась в 0.4.14.
+
+
+a segmentation fault might occur if the $host variable was used;
+bug appeared in 0.4.14.
+
+
+
+
+
+