diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index fb62adafe..d4a4e03cb 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,35 @@
nginx changelog
+
+
+
+
+в обработке заголовков ответа, разделённых в FastCGI-записях.
+
+
+in handling FastCGI headers split in records.
+
+
+
+
+
+если запрос обрабатывался в двух проксированных или FastCGI location'ах
+и в первом из них использовалось кэширование,
+то в рабочем процессе происходил segmentation fault;
+ошибка появилась в 0.8.7.
+
+
+a segmentation fault occurred in worker process,
+if a request was handled in two proxied or FastCGIed locations
+and a caching was enabled in the first location;
+the bug had appeared in 0.8.7.
+
+
+
+
+
+