take note of 1.18's changes
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 11b61ca..9e84003 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,7 +66,7 @@
       </action>
       <action issue="COMPRESS-459" type="fix" date="2018-07-11"
               due-to="Jens Reimann">
-        The cpio stream didn't handle archives using a multi-byte
+        The cpio streams didn't handle archives using a multi-byte
         encoding properly.
       </action>
       <action issue="COMPRESS-460" type="add" date="2018-07-28"
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 772bc12..05a6ab1 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -68,6 +68,16 @@
             </ul>
           </subsection>
 
+          <subsection name="What's coming in 1.18?">
+            <ul>
+              <li>The CPIO package now properly handles file names
+              using a mult-byte encoding.</li>
+              <li>ZipArchiveInputStream can now deal with APK files
+              containing an APK signing block.</li>
+              <li>It is no possible to specifiy various parameters
+              for Zstd output.</li>
+            </ul>
+          </subsection>
         </section>
 
         <section name="Documentation">