diff --git a/docs/changes.xml b/docs/changes.xml
index c3496715..989001dd 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -45,13 +45,13 @@ disallowed abstract Unix domain socket syntax in non-Linux systems.
-supporting abstract UNIX sockets.
+support for abstract Unix sockets.
-supporting UNIX sockets in address matching.
+support for Unix sockets in address matching.
@@ -75,8 +75,7 @@ more http variables support.
-added a new variable, $dollar, that translates to a literal "$" during
-variable substitution.
+the $dollar variable translates to a literal "$" during variable substitution.
@@ -94,8 +93,7 @@ basic statistics API.
-an index file that didn't contain a file extension was incorrectly
-handled, and caused a use-after-free bug.
+router process could crash if index file didn't contain an extension.
@@ -107,13 +105,13 @@ force SCRIPT_NAME in Ruby to always be an empty string.
-the ruby application process could crash if it's interrupted by SIGTERM signal.
+the Ruby application process could crash on SIGTERM.
-prevent the ruby application processes from crashing on SIGINT (^C).
+the Ruby application process could crash on SIGINT.