diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index e373f5cb8..c5d656ba3 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,64 @@
nginx changelog
+
+
+
+
+модуль ngx_http_ssl_module поддерживает расширение TLS Server Name Indication.
+
+
+the ngx_http_ssl_module supports Server Name Indication TLS extension.
+
+
+
+
+
+директива fastcgi_catch_stderr.
+Спасибо Николаю Гречуху, проект OWOX.
+
+
+the "fastcgi_catch_stderr" directive.
+Thanks to Nick S. Grechukh, OWOX project.
+
+
+
+
+
+на Линуксе в основном процессе происходил segmentation fault,
+если два виртуальных сервера должны bind()ится к пересекающимся портам.
+
+
+a segmentation fault occurred in master process if
+two virtual servers should bind() to the overlapping ports.
+
+
+
+
+
+если nginx был собран с модулем ngx_http_perl_module и perl
+поддерживал потоки, то во время второй переконфигурации
+выдавались ошибки "panic: MUTEX_LOCK" и "perl_parse() failed".
+
+
+if nginx was built with ngx_http_perl_module and perl supported threads,
+then during second reconfiguration the error messages
+"panic: MUTEX_LOCK" and "perl_parse() failed" were issued.
+
+
+
+
+
+в использовании протокола HTTPS в директиве proxy_pass.
+
+
+in the HTTPS protocol in the "proxy_pass" directive.
+
+
+
+
+
+
@@ -17,7 +75,7 @@
ошибка появилась в 0.5.21.
-the big request body might not be passed to backend;
+a big request body might not be passed to backend;
bug appeared in 0.5.21.