diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 46b55b967..c26304496 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,75 @@
nginx changelog
+
+
+
+
+директива auth_basic_user_file поддерживает шифрование пароля
+методами "$apr1", "{PLAIN}" и "{SSHA}".
+Спасибо Максиму Дунину.
+
+
+the "auth_basic_user_file" directive supports "$apr1", "{PLAIN}",
+and "{SSHA}" password encryption methods.
+Thanks to Maxim Dounin.
+
+
+
+
+
+директива geoip_org и переменная $geoip_org.
+Спасибо Александру Ускову, Arnaud Granal и Денису Латыпову.
+
+
+the "geoip_org" directive and $geoip_org variable.
+Thanks to Alexander Uskov, Arnaud Granal, and Denis F. Latypoff.
+
+
+
+
+
+модули ngx_http_geo_module и ngx_http_geoip_module поддерживают
+адреса IPv4, отображённые на IPv6 адреса.
+
+
+ngx_http_geo_module and ngx_http_geoip_module support IPv4 addresses
+mapped to IPv6 addresses.
+
+
+
+
+
+при проверке адреса IPv4, отображённого на адрес IPv6,
+в рабочем процессе происходил segmentation fault,
+если директивы access или deny были определены только для адресов IPv6;
+ошибка появилась в 0.8.22.
+
+
+a segmentation fault occurred in a worker process
+during testing IPv4 address mapped to IPv6 address,
+if access or deny rules were defined only for IPv6;
+the bug had appeared in 0.8.22.
+
+
+
+
+
+закэшированный ответ мог быть испорчен, если значения директив
+proxy/fastcgi/scgi/uwsgi_cache_bypass и proxy/fastcgi/scgi/ uwsgi_no_cache
+были разными;
+ошибка появилась в 0.8.46.
+
+
+a cached reponse may be broken if proxy/fastcgi/scgi/ uwsgi_cache_bypass
+and proxy/fastcgi/scgi/uwsgi_no_cache directive values were different;
+the bug had appeared in 0.8.46.
+
+
+
+
+
+