diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index e5722f17a..55f03eb33 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,82 @@
nginx changelog
+
+
+
+
+переменную $args можно устанавливать с помощью set.
+
+
+the $args variable can be set with the "set" directive.
+
+
+
+
+
+переменная $is_args.
+
+
+the $is_args variable.
+
+
+
+
+
+если клиент в почтовом прокси-сервере закрывал соединение,
+то nginx мог не закрывать соединение с бэкендом.
+
+
+if a client has closed connection to mail proxy
+ then nginx might not close connection to backend.
+
+
+
+
+
+теперь nginx экранирует пробел в переменной $memcached_key.
+
+
+now nginx escapes space in $memcached_key variable.
+
+
+
+
+
+при использовании протокола HTTPS в директиве proxy_pass
+в рабочем процессе мог произойти segmentation fault.
+
+
+a segmentation fault might occur in worker process when
+the HTTPS protocol was used in the "proxy_pass" directive.
+
+
+
+
+
+значение perl'овой переменной $$ модуля ngx_http_perl_module было равно
+номеру главного процесса.
+
+
+the perl $$ variable value in ngx_http_perl_module was equal to the master
+process identification number.
+
+
+
+
+
+nginx не собирался на Solaris/amd64 Sun Studio 11 и более ранними версиями;
+ошибка появилась в 0.5.29.
+
+
+fix building on Solaris/amd64 by Sun Studio 11 and early versions;
+bug appeared in 0.5.29.
+
+
+
+
+
+