diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 7b5aa028d..710f22d7d 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,102 @@
nginx changelog
+
+
+
+
+директива try_files.
+
+
+the "try_files" directive.
+
+
+
+
+
+директива fastcgi_pass поддерживает переменные.
+
+
+variables support in the "fastcgi_pass" directive.
+
+
+
+
+
+теперь директива geo может брать адрес из переменной.
+Спасибо Андрею Нигматулину.
+
+
+now the $geo variable may get an address from a variable.
+Thanks to Andrei Nigmatulin.
+
+
+
+
+
+теперь модификатор location'а можно указывать без пробела перед названием.
+
+
+now a location's modifier may be used without space before name.
+
+
+
+
+
+переменная $upstream_response_length.
+
+
+the $upstream_response_length variable.
+
+
+
+
+
+теперь директива add_header не добавляет пустое значение.
+
+
+now a "add_header" directive does not add an empty value.
+
+
+
+
+
+при запросе файла нулевой длины nginx закрывал соединение, ничего не передав;
+ошибка появилась в 0.7.25.
+
+
+if zero length static file was requested, then nginx just closed connection;
+the bug had appeared in 0.7.25.
+
+
+
+
+
+метод MOVE не мог перемещать файл в несуществующий каталог.
+
+
+a MOVE method could not move file in non-existent directory.
+
+
+
+
+
+если в сервере не был описан ни один именованный location,
+но такой location использовался в директиве error_page,
+то в рабочем процессе происходил segmentation fault.
+Спасибо Сергею Боченкову.
+
+
+a segmentation fault occurred in worker process,
+if no one named location was defined in server,
+but some one was used in an error_page directive.
+Thanks to Sergey Bochenkov.
+
+
+
+
+
+