diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d81544d63..fcf7b7d51 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,71 @@
nginx changelog
+
+
+
+
+теперь модуль ngx_http_userid_module в поле куки с номером процесса
+добавляет микросекунды на время старта.
+
+
+now the ngx_http_userid_module adds start time microseconds
+to the cookie field contains a pid value.
+
+
+
+
+
+в error_log теперь записывается полная строка запроса вместо только URI.
+
+
+now the full request line instead of URI only is written to error_log.
+
+
+
+
+
+директива proxy_pass поддерживает переменные.
+
+
+variables support in the "proxy_pass" directive.
+
+
+
+
+
+директива resolver и resolver_timeout.
+
+
+the "resolver" and "resolver_timeout" directives.
+
+
+
+
+
+теперь директива "add_header last-modified ''" удаляет в заголовке ответа
+строку "Last-Modified".
+
+
+now the directive "add_header last-modified ''" deletes a "Last-Modified"
+response header line.
+
+
+
+
+
+директива limit_rate не позволяла передавать на полной скорости,
+даже если был указан очень большой лимит.
+
+
+the "limit_rate" directive did not allow to use full throughput,
+even if limit value was very high.
+
+
+
+
+
+