diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 5441774a4..ee5d6b3ce 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,52 @@
nginx changelog
+
+
+
+
+в парсинге SSI.
+
+
+in SSI parsing.
+
+
+
+
+
+при использовании удалённого подзапроса в SSI последующий
+подзапрос локального файла мог отдаваться клиенту в неверном порядке.
+
+
+if remote SSI subrequest was used, then posterior local file subrequest
+might transferred to client in wrong order.
+
+
+
+
+
+большие включения в SSI, сохранённые во временные файлы,
+передавались не полностью.
+
+
+large SSI inclusions buffered in temporary files were truncated.
+
+
+
+
+
+значение perl'овой переменной $$ модуля ngx_http_perl_module было равно
+номеру главного процесса.
+
+
+the perl $$ variable value in ngx_http_perl_module was equal to the master
+process identification number.
+
+
+
+
+
+