diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index ab439abdd..1070911a1 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,70 @@
nginx changelog
+
+
+
+
+модуль ngx_http_sub_filter_module.
+
+
+the ngx_http_sub_filter_module.
+
+
+
+
+
+переменные "$upstream_http_...".
+
+
+the "$upstream_http_..." variables.
+
+
+
+
+
+теперь переменные $upstream_status и $upstream_response_time
+содержат данные о всех обращениях к апстримам, сделанным до X-Accel-Redirect.
+
+
+now the $upstream_status and $upstream_response_time variables
+keep data about all upstreams before X-Accel-Redirect.
+
+
+
+
+
+если nginx был собран с модулем ngx_http_perl_module и perl
+не поддерживал multiplicity, то после первой переконфигурации
+и после получения любого сигнала
+в основном процессе происходил segmentation fault;
+ошибка появилась в 0.5.9.
+
+
+a segmentation fault occurred in master process
+after first reconfiguration and receiving any signal
+if nginx was built with ngx_http_perl_module and perl
+did not support multiplicity;
+bug appeared in 0.5.9.
+
+
+
+
+
+если perl не поддерживал multiplicity, то после переконфигурации
+перловый код не работал;
+ошибка появилась в 0.3.38.
+
+
+if perl did not support multiplicity, then after reconfiguration
+perl code did not work;
+bug appeared in 0.3.38.
+
+
+
+
+
+