diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d03e3dd6c..054f7672c 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,62 @@
nginx changelog
+
+
+
+
+директива directio теперь работает на Linux.
+
+
+now the "directio" directive works on Linux.
+
+
+
+
+
+переменная $pid.
+
+
+the $pid variable.
+
+
+
+
+
+оптимизация directio, появившаяся в 0.7.15, не работала при использовании
+open_file_cache.
+
+
+the "directio" optimization that had appeared in 0.7.15 did not work with
+open_file_cache.
+
+
+
+
+
+access_log с переменными не работал на Linux;
+ошибка появилась в 0.7.7.
+
+
+the "access_log" with variables did not work on Linux;
+the bug had appeared in 0.7.7.
+
+
+
+
+
+модуль ngx_http_charset_module не понимал название кодировки в кавычках,
+полученное от бэкенда.
+
+
+the ngx_http_charset_module did not understand quoted charset name
+received from backend.
+
+
+
+
+
+