diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 207e00217..71671820d 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,75 @@
nginx changelog
+
+
+
+
+nginx не собирался на FreeBSD 6 и более ранних версиях;
+ошибка появилась в 0.7.46.
+
+
+nginx could not be built on FreeBSD 6 and early versions;
+the bug had appeared in 0.7.46.
+
+
+
+
+
+nginx не собирался на MacOSX;
+ошибка появилась в 0.7.46.
+
+
+nginx could not be built on MacOSX;
+the bug had appeared in 0.7.46.
+
+
+
+
+
+если использовался параметр max_size, то cache manager мог удалить весь кэш;
+ошибка появилась в 0.7.46.
+
+
+if the "max_size" parameter was set, then the cache manager might purge
+a whole cache;
+the bug had appeared in 0.7.46.
+
+
+
+
+
+в рабочем процессе мог произойти segmentation fault,
+если директивы proxy_cache/fastcgi_cache
+и proxy_cache_valid/ fastcgi_cache_valid не были заданы на одном уровне;
+ошибка появилась в 0.7.46.
+
+
+a segmentation fault might occur in worker process,
+if the "proxy_cache"/"fastcgi_cache" and
+the "proxy_cache_valid"/ "fastcgi_cache_valid" were set on different levels;
+the bug had appeared in 0.7.46.
+
+
+
+
+
+в рабочем процессе мог произойти segmentation fault
+при перенаправлении запроса проксированному или FastCGI-серверу
+с помощью error_page или try_files;
+ошибка появилась в 0.7.44.
+
+
+a segmentation fault might occur in worker process,
+if a request was redirected to a proxied or FastCGI server via
+error_page or try_files;
+the bug had appeared in 0.7.44.
+
+
+
+
+
+
@@ -31,7 +100,7 @@ the previous release tarball was incorrect.
на разных уровнях.
-now the "proxy_cache" and the "proxy_cache_valid" can be set on
+now the "proxy_cache" and the "proxy_cache_valid" directives can be set on
different levels.