diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 59e3775d6..f501f7f65 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,83 @@
nginx changelog
+
+
+
+
+если использовалась директива "client_body_in_file_only on"
+и тело запроса было небольшое, то мог произойти segmentation fault.
+
+
+a segmentation fault might occur if
+"client_body_in_file_only on" was used
+and a request body was small.
+
+
+
+
+
+происходил segmentation fault, если использовались директивы
+"client_body_in_file_only on"
+и "proxy_pass_request_body off"
+или "fastcgi_pass_request_body off",
+и делался переход к следующему бэкенду.
+
+
+a segmentation fault occurred if "client_body_in_file_only on"
+and "proxy_pass_request_body off"
+or "fastcgi_pass_request_body off"
+directives were used, and nginx switched to a next upstream.
+
+
+
+
+
+если при использовании директивы "proxy_buffering off" соединение с клиентом
+было неактивно, то оно закрывалось по таймуту, заданному директивой
+send_timeout;
+ошибка появилась в 0.4.7.
+
+
+if the "proxy_buffering off" directive was used and a client connection
+was non-active, then the connection was closed after send timeout;
+bug appeared in 0.4.7.
+
+
+
+
+
+если при использовании метода epoll клиент закрывал преждевременно
+соединение со своей стороны, то nginx закрывал это соединение только
+по истечении таймаута на передачу.
+
+
+if the "epoll" method was used and a client closed a connection prematurely,
+then nginx closed the connection after a send timeout only.
+
+
+
+
+
+ошибки "[alert] zero size buf" при работе с FastCGI-сервером.
+
+
+the "[alert] zero size buf" error when FastCGI server was used.
+
+
+
+
+
+Исправление ошибок в директиве limit_zone.
+
+
+Bugfixes in the "limit_zone" directive.
+
+
+
+
+
+
@@ -274,7 +351,7 @@ configuration.
метод $r->has_request_body не работал.
-the $r->has_request_body method did work.
+the $r->has_request_body method did not work.
@@ -1515,7 +1592,7 @@ all "Cookie" header lines.
a segmentation fault occurred if "client_body_in_file_only on"
-was used and nginx was switches to a next upstream.
+was used and nginx switched to a next upstream.