diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 300fc3a45..4d6a7f819 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,87 @@
nginx changelog
+
+
+
+
+директивы uwsgi_buffering и scgi_buffering.
+Спасибо Peter Smit.
+
+
+the "uwsgi_buffering" and "scgi_buffering" directives.
+Thanks to Peter Smit.
+
+
+
+
+
+при использовании proxy_cache_bypass могли быть закэшированы
+некэшируемые ответы.
+Спасибо John Ferlito.
+
+
+non-cacheable responses might be cached if "proxy_cache_bypass" directive
+was used.
+Thanks to John Ferlito.
+
+
+
+
+
+в модуле ngx_http_proxy_module при работе с бэкендами по HTTP/1.1.
+
+
+in HTTP/1.1 support in the ngx_http_proxy_module.
+
+
+
+
+
+закэшированные ответы с пустым телом возвращались некорректно;
+ошибка появилась в 0.8.31.
+
+
+cached responses with an empty body were returned incorrectly;
+the bug had appeared in 0.8.31.
+
+
+
+
+
+ответы с кодом 201 модуля ngx_http_dav_module были некорректны;
+ошибка появилась в 0.8.32.
+
+
+201 responses of the ngx_http_dav_module were incorrect;
+the bug had appeared in 0.8.32.
+
+
+
+
+
+в директиве return.
+
+
+in the "return" directive.
+
+
+
+
+
+при использовании директивы "ssl_session_cache builtin" происходил
+segmentation fault;
+ошибка появилась в 1.1.1.
+
+
+the "ssl_session_cache builtin" directive caused segmentation fault;
+the bug had appeared in 1.1.1.
+
+
+
+
+
+