diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 1070911a1..e98b38815 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,72 @@
nginx changelog
+
+
+
+
+значение переменной $request_time теперь записывается с точностью
+до миллисекунд.
+
+
+now the $request_time variable has millisecond precision.
+
+
+
+
+
+метод $r->rflush в модуле ngx_http_perl_module переименован в $r->flush.
+
+
+the method $r->rflush of ngx_http_perl_module was renamed to the $r->flush.
+
+
+
+
+
+переменная $upstream_addr.
+
+
+the $upstream_addr variable.
+
+
+
+
+
+директивы proxy_headers_hash_max_size и proxy_headers_hash_bucket_size.
+Спасибо Володымыру Костырко.
+
+
+the "proxy_headers_hash_max_size" and "proxy_headers_hash_bucket_size"
+directives.
+Thanks to Volodymyr Kostyrko.
+
+
+
+
+
+при использовании sendfile и limit_rate на 64-битных платформах
+нельзя было передавать файлы больше 2G.
+
+
+the files more than 2G could not be transferred using sendfile and limit_rate
+on 64-bit platforms.
+
+
+
+
+
+при использовании sendfile на 64-битном Linux нельзя было передавать файлы
+больше 2G.
+
+
+the files more than 2G could not be transferred using sendfile on 64-bit Linux.
+
+
+
+
+
+