diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 07475b5bb..10469eee8 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,136 @@
nginx changelog
+
+
+
+
+теперь nginx/Windows игнорирует точку в конце компонента URI
+и не разрешает URI, содержащие последовательность ":$".
+Спасибо Владимиру Кочеткову, Positive Research Center.
+
+
+now nginx/Windows ignores trailing dot in URI path component, and
+does not allow URIs with ":$" in it.
+Thanks to Vladimir Kochetkov, Positive Research Center.
+
+
+
+
+
+директивы proxy_pass, fastcgi_pass, scgi_pass, uwsgi_pass и
+директива server в блоке upstream
+теперь поддерживают IPv6-адреса.
+
+
+the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass" directives, and
+the "server" directive inside the "upstream" block,
+now support IPv6 addresses.
+
+
+
+
+
+в директиве resolver теперь можно указывать порт и
+задавать IPv6-адреса DNS-серверов.
+
+
+the "resolver" directive now support IPv6 addresses and
+an optional port specification.
+
+
+
+
+
+директива least_conn в блоке upstream.
+
+
+the "least_conn" directive inside the "upstream" block.
+
+
+
+
+
+при использовании директивы ip_hash
+теперь можно задавать веса серверов.
+
+
+it is now possible to specify a weight for servers
+while using the "ip_hash" directive.
+
+
+
+
+
+в рабочем процессе мог произойти segmentation fault,
+если использовалась директива image_filter;
+ошибка появилась в 1.3.0.
+
+
+a segmentation fault might occur in a worker process
+if the "image_filter" directive was used;
+the bug had appeared in 1.3.0.
+
+
+
+
+
+nginx не собирался с модулем ngx_cpp_test_module;
+ошибка появилась в 1.1.12.
+
+
+nginx could not be built with ngx_cpp_test_module;
+the bug had appeared in 1.1.12.
+
+
+
+
+
+доступ к переменным из SSI и встроенного перла мог не работать после
+переконфигурации.
+Спасибо Yichun Zhang.
+
+
+access to variables from SSI and embedded perl module might not work after
+reconfiguration.
+Thanks to Yichun Zhang.
+
+
+
+
+
+в модуле ngx_http_xslt_filter_module.
+Спасибо Kuramoto Eiji.
+
+
+in the ngx_http_xslt_filter_module.
+Thanks to Kuramoto Eiji.
+
+
+
+
+
+утечки памяти при использовании переменной $geoip_org.
+Спасибо Денису Латыпову.
+
+
+memory leak if $geoip_org variable was used.
+Thanks to Denis F. Latypoff.
+
+
+
+
+
+в директивах proxy_cookie_domain и proxy_cookie_path.
+
+
+in the "proxy_cookie_domain" and "proxy_cookie_path" directives.
+
+
+
+
+
+