diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c26304496..180e405bf 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,53 @@
nginx changelog
+
+
+
+
+теперь в регулярных выражениях в директиве map можно задать
+чувствительность к регистру с помощью префиксов "~" и "~*".
+
+
+now regular expressions case sensitivity in the "map" directive
+is given by prefixes "~" or "~*".
+
+
+
+
+
+теперь разделяемые зоны и кэши используют семафоры POSIX на Linux.
+Спасибо Денису Латыпову.
+
+
+now shared zones and caches use POSIX semaphores on Linux.
+Thanks to Denis F. Latypoff.
+
+
+
+
+
+сообщения "stalled cache updating".
+
+
+"stalled" cache updating" alert.
+
+
+
+
+
+nginx не собирался с параметром --without-http_auth_basic_module;
+ошибка появилась в 1.0.3.
+
+
+nginx could not be built --without-http_auth_basic_module;
+the bug had appeared in 1.0.3.
+
+
+
+
+
+
@@ -69,7 +116,7 @@ proxy/fastcgi/scgi/uwsgi_cache_bypass
ошибка появилась в 0.8.46.
-a cached reponse may be broken if proxy/fastcgi/scgi/ uwsgi_cache_bypass
+a cached response may be broken if proxy/fastcgi/scgi/ uwsgi_cache_bypass
and proxy/fastcgi/scgi/uwsgi_no_cache directive values were different;
the bug had appeared in 0.8.46.