diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 1e48adf9d..4cba70cd0 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,57 @@
nginx changelog
+
+
+
+
+если внутри сервера описано больше примерно десяти location'ов,
+то location'ы, заданные с помощью регулярного выражения,
+могут выполняться не в том, порядке, в каком они описаны.
+
+
+if server has more than about ten locations, then regex locations
+may be choosen not in that order as they were specified.
+
+
+
+
+
+на 64-битной платформе рабочий процесс мог зациклиться, если 33-тий
+по счёту или последующий бэкенд упал.
+Спасибо Антону Поварову.
+
+
+a worker process may got caught in an endless loop on 64-bit platform,
+if the 33-rd or next in succession backend has failed.
+Thanks to Anton Povarov.
+
+
+
+
+
+при использовании библиотеки PCRE на Solaris/sparc64
+мог произойти bus error.
+Спасибо Андрею Нигматулину.
+
+
+a bus error might occur on Solaris/sparc64 if the PCRE library was used.
+Thanks to Andrei Nigmatulin.
+
+
+
+
+
+в использовании протокола HTTPS в директиве proxy_pass.
+
+
+in the HTTPS protocol in the "proxy_pass" directive.
+
+
+
+
+
+