diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index ee2a6b882..eb09f1cfa 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,40 @@
nginx changelog
+
+
+
+
+модуль ngx_http_perl_module поддерживает метод $r->variable.
+
+
+the ngx_http_perl_module supports the $r->variable method.
+
+
+
+
+
+при включении в ответ большого статического файла с помощью SSI
+ответ мог передаваться не полностью.
+
+
+if a big static file was included using SSI in a response,
+then the response may be transferred incomplete.
+
+
+
+
+
+nginx не убирал "#fragment" в URI.
+
+
+nginx did not omit the "#fragment" part in URI.
+
+
+
+
+
+