diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c5ff064a7..0455da42b 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,46 @@
nginx changelog
+
+
+
+
+Исправления в поддержке переменных в директиве access_log;
+ошибка появилась в 0.7.4.
+
+
+Bugfixes in variables support in the "access_log" directive;
+the bug had appeared in 0.7.4.
+
+
+
+
+
+nginx не собирался с параметром --without-http_gzip_module;
+ошибка появилась в 0.7.3.
+Спасибо Кириллу Коринскому.
+
+
+nginx could not be built --without-http_gzip_module;
+the bug had appeared in 0.7.3.
+Thanks to Kirill A. Korinskiy.
+
+
+
+
+
+при совместном использовании sub_filter и SSI
+ответы могли передаваться неверно.
+
+
+if sub_filter and SSI were used together, then responses might
+were transferred incorrectly.
+
+
+
+
+
+