diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index fe17f4407..1306a3916 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,66 @@
nginx changelog
+
+
+
+
+теперь nginx/Windows игнорирует имя потока файла по умолчанию.
+Спасибо Jose Antonio Vazquez Gonzalez.
+
+
+now nginx/Windows ignores default file stream name.
+Thanks to Jose Antonio Vazquez Gonzalez.
+
+
+
+
+
+модуль ngx_http_uwsgi_module.
+Спасибо Roberto De Ioris.
+
+
+the ngx_http_uwsgi_module.
+Thanks to Roberto De Ioris.
+
+
+
+
+
+директива fastcgi_param со значением, начинающимся со строки "HTTP_",
+изменяет строку заголовка в запросе клиента.
+
+
+a "fastcgi_param" directive with value starting with "HTTP_" overrides
+a client request header line.
+
+
+
+
+
+строки "If-Modified-Since", "If-Range" и им подобные в заголовке запроса
+клиента передавались FastCGI-серверу при кэшировании.
+
+
+the "If-Modified-Since", "If-Range", etc. client request header lines
+were passed to FastCGI-server while caching.
+
+
+
+
+
+listen unix domain сокет нельзя было изменить во время переконфигурации.
+Спасибо Максиму Дунину.
+
+
+listen unix domain socket could not be changed during reconfiguration.
+Thanks to Maxim Dounin.
+
+
+
+
+
+