diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 3df3bee7a..691ac94ee 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,41 @@
nginx changelog
+
+
+
+
+теперь протокол SSLv2 по умолчанию запрещён.
+
+
+now SSLv2 protocol is disabled by default.
+
+
+
+
+
+теперь по умолчанию используются следующие шифры SSL:
+"ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM".
+
+
+now default SSL ciphers are "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM".
+
+
+
+
+
+директива limit_req не работала;
+ошибка появилась в 0.8.18.
+
+
+a "limit_req" directive did not work;
+the bug had appeared in 0.8.18.
+
+
+
+
+
+
@@ -25,7 +60,7 @@ the "read_ahead" directive.
теперь можно использовать несколько директив perl_modules.
-now several "perl_modules" directive may be used.
+now several "perl_modules" directives may be used.