diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f501f7f65..f5b79eb8e 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,78 @@
nginx changelog
+
+
+
+
+модуль ngx_http_memcached_module теперь в качестве ключа использует
+значение переменной $memcached_key.
+
+
+now the ngx_http_memcached_module uses the $memcached_key variable value
+as a key.
+
+
+
+
+
+переменная $memcached_key.
+
+
+the $memcached_key variable.
+
+
+
+
+
+параметр clean в директиве client_body_in_file_only.
+
+
+the "clean" parameter in the "client_body_in_file_only" directive.
+
+
+
+
+
+директива env.
+
+
+the "env" directive.
+
+
+
+
+
+директива sendfile работает внутри блока if.
+
+
+the "sendfile" directive is available inside the "if" block.
+
+
+
+
+
+теперь при ошибке записи в access_log nginx записывает сообщение в error_log,
+но не чаще одного раза в минуту.
+
+
+now on failure of the writing to access nginx logs a message to error_log,
+but not more often than once a minute.
+
+
+
+
+
+директива "access_log off" не всегда запрещала запись в лог.
+
+
+the "access_log off" directive did not always turn off the logging.
+
+
+
+
+
+
@@ -42,7 +114,7 @@ directives were used, and nginx switched to a next upstream.
если при использовании директивы "proxy_buffering off" соединение с клиентом
-было неактивно, то оно закрывалось по таймуту, заданному директивой
+было неактивно, то оно закрывалось по таймауту, заданному директивой
send_timeout;
ошибка появилась в 0.4.7.
@@ -2380,7 +2452,7 @@ the "client_body_in_file_only" directive.
Спасибо Антону Южанинову и Максиму Дунину.
-no on disk overflow nginx tries to write access logs once a second only.
+now on disk overflow nginx tries to write access logs once a second only.
Thanks to Anton Yuzhaninov and Maxim Dounin.
@@ -2680,7 +2752,7 @@ MacOSX.
for MacOSX 64-bit kernel kqueue millisecond timeout bug.
-Thanks Andrei Nigmatulin.
+Thanks to Andrei Nigmatulin.