diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index b58688b51..62306846e 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,53 @@
nginx changelog
+
+
+
+
+директивы proxy_no_cache и fastcgi_no_cache.
+
+
+the "proxy_no_cache" and "fastcgi_no_cache" directives.
+
+
+
+
+
+теперь при использовании переменной $scheme в директиве rewrite
+автоматически делается редирект.
+Спасибо Piotr Sikora.
+
+
+now the "rewrite" directive does a redirect automatically
+if the $scheme variable is used.
+Thanks to Piotr Sikora.
+
+
+
+
+
+теперь задержки в директиве limit_req соответствует описанному алгоритму.
+Спасибо Максиму Дунину.
+
+
+now "limit_req" delay directive conforms to the described algorithm.
+Thanks to Maxim Dounin.
+
+
+
+
+
+переменную $uid_got нельзя было использовать в SSI и перловом модулях.
+
+
+the $uid_got variable might not be used in the SSI and perl modules.
+
+
+
+
+
+
@@ -1309,7 +1356,7 @@ the "limit_req_log_level" and "limit_conn_log_level" directives.
-Теперь директива limit_req соответствует алгоритму leaky bucket.
+теперь директива limit_req соответствует алгоритму leaky bucket.
Спасибо Максиму Дунину.