diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f31cf5251..cc90aab5a 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,76 @@
nginx changelog
+
+
+
+
+директива server_name поддерживает пустое имя "".
+
+
+the "server_name" directive supports empty name "".
+
+
+
+
+
+директива gzip_disable поддерживает специальную маску msie6.
+
+
+the "gzip_disable" directive supports special "msie6" mask.
+
+
+
+
+
+при использовании параметра max_fails=0 в upstream'е с несколькими
+серверами рабочий процесс выходил по сигналу SIGFPE.
+Спасибо Максиму Дунину.
+
+
+if the "max_fails=0" parameter was used in upstream with several servers,
+then a worker process exited on a SIGFPE signal.
+Thanks to Maxim Dounin.
+
+
+
+
+
+при перенаправлении запроса с помощью директивы error_page
+терялось тело запроса.
+
+
+a request body was dropped while redirection via an "error_page" directive.
+
+
+
+
+
+при перенаправлении запроса с методом HEAD с помощью директивы error_page
+возвращался полный ответ.
+
+
+a full response was returned for request method HEAD
+while redirection via an "error_page" directive.
+
+
+
+
+
+метод $r->header_in() не возвращал значения строк "Host", "User-Agent",
+и "Connection" из заголовка запроса;
+ошибка появилась в 0.7.0.
+
+
+the $r->header_in() method did not return value of the "Host",
+"User-Agent", and "Connection" request header lines;
+the bug had appeared in 0.7.0.
+
+
+
+
+
+