diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 6c4113fc7..ee2a6b882 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,42 @@
nginx changelog
+
+
+
+
+POP3 прокси поддерживает AUTH LOIGN PLAIN и CRAM-MD5.
+
+
+the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5.
+
+
+
+
+
+модуль ngx_http_perl_module поддерживает метод $r->allow_ranges.
+
+
+the ngx_http_perl_module supports the $r->allow_ranges method.
+
+
+
+
+
+при включённой поддержке команды APOP в POP3 прокси могли
+не работать команды USER/PASS;
+ошибка появилась в 0.4.10.
+
+
+if the APOP was enabledi in the POP3 proxy, then the USER/PASS commands
+might not work;
+bug appeared in 0.4.10.
+
+
+
+
+
+