changes report doesn't seem to allow HTML
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 316a074..68f5c23 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,14 +82,13 @@
         IOUtils.copy now verifies the buffer size is bigger than 0.
       </action>
       <action issue="COMPRESS-452" type="add" date="2018-05-09">
-        New constructors have been added to <code>SevenZFile</code>
-        that accept <code>char[]</code>s rather than
-        <code>byte[]</code>s in order to avoid a common error of using
-        the wrong encoding when creating the <code>byte[]</code>.
-        This change may break source compatibility for client code
-        that uses one of the constructors expecting a password and
-        passes in <code>null</code> as password. We recommend to
-        change the code to use a constructor without password argument.
+        New constructors have been added to SevenZFile that accept
+        char[]s rather than byte[]s in order to avoid a common error
+        of using the wrong encoding when creating the byte[].  This
+        change may break source compatibility for client code that
+        uses one of the constructors expecting a password and passes
+        in null as password. We recommend to change the code to use a
+        constructor without password argument.
       </action>
     </release>
     <release version="1.16.1" date="2018-02-10"