diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 4d6a7f819..5331296a5 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,126 @@
nginx changelog
+
+
+
+
+Изменение во внутреннем API: теперь при внутреннем редиректе
+в именованный location контексты модулей очищаются.
+По запросу Yichun Zhang.
+
+
+Change in internal API: now module context data are cleared
+while internal redirect to named location.
+Requested by Yichun Zhang.
+
+
+
+
+
+теперь если сервер, описанный в блоке upstream, был признан неработающим,
+то после истечения fail_timeout на него будет отправлен только один запрос;
+сервер будет считаться работающим, если успешно ответит на этот запрос.
+
+
+if a server in an upstream failed, only one request will be sent to it
+after fail_timeout; the server will be considered alive if it will
+successfully respond to the request.
+
+
+
+
+
+теперь символы 0x7F-0xFF в access_log записываются в виде \xXX.
+
+
+now the 0x7F-0x1F characters are escaped as \xXX in an access_log.
+
+
+
+
+
+директивы "proxy/fastcgi/scgi/uwsgi_ignore_headers" теперь поддерживают
+значения X-Accel-Limit-Rate, X-Accel-Buffering и X-Accel-Charset.
+
+
+"proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support the following
+additional values: X-Accel-Limit-Rate, X-Accel-Buffering, X-Accel-Charset.
+
+
+
+
+
+уменьшение потребления памяти при использовании SSL.
+
+
+decrease of memory consumption if SSL is used.
+
+
+
+
+
+некоторые UTF-8 символы обрабатывались неправильно.
+Спасибо Алексею Куцу.
+
+
+some UTF-8 characters were processed incorrectly.
+Thanks to Alexey Kuts.
+
+
+
+
+
+директивы модуля ngx_http_rewrite_module, заданные на уровне server,
+применялись повторно, если для запроса не находилось ни одного location'а.
+
+
+the ngx_http_rewrite_module directives specified at "server" level were
+executed twice if no matching locations were defined.
+
+
+
+
+
+при использовании "aio sendfile" могла происходить утечка сокетов.
+
+
+a socket leak might occurred if "aio sendfile" was used.
+
+
+
+
+
+при использовании файлового AIO соединения с быстрыми клиентами
+могли быть закрыты по истечению send_timeout.
+
+
+connections with fast clients might be closed after send_timeout
+if file AIO was used.
+
+
+
+
+
+в модуле ngx_http_autoindex_module.
+
+
+in the ngx_http_autoindex_module.
+
+
+
+
+
+модуль ngx_http_mp4_module не поддерживал перемотку на 32-битных платформах.
+
+
+the module ngx_http_mp4_module did not support seeking on 32-bit platforms.
+
+
+
+
+
+