diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 23d58b72b..20c248598 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,76 @@
nginx changelog
+
+
+
+
+теперь nginx поддерживает шифры с обменом EDH-ключами.
+
+
+now nginx supports EDH key exchange ciphers.
+
+
+
+
+
+директива ssl_dhparam.
+
+
+the "ssl_dhparam" directive.
+
+
+
+
+
+переменная $ssl_client_cert.
+Спасибо Manlio Perillo.
+
+
+the $ssl_client_cert variable.
+Thanks to Manlio Perillo.
+
+
+
+
+
+после изменения URI с помощью директивы rewrite nginx не искал новый location;
+ошибка появилась в 0.7.1.
+Спасибо Максиму Дунину.
+
+
+after changing URI via a "rewrite" directive nginx did not search
+a new location;
+bug appeared in 0.7.1.
+Thanks to Maxim Dounin.
+
+
+
+
+
+nginx не собирался без библиотеки PCRE;
+ошибка появилась в 0.7.1.
+
+
+nginx could not be built without PCRE library;
+bug appeared in 0.7.1.
+
+
+
+
+
+при редиректе запроса к каталогу с добавлением слэша nginx
+не добавлял аргументы из оригинального запроса.
+
+
+when a request to a directory was redirected with the slash added,
+nginx dropped a query string from the original request.
+
+
+
+
+
+