record write support for LZMA
diff --git a/docs/index.html b/docs/index.html
index 4be8fc0..21ec7b2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -31,7 +31,7 @@
       Commons Compress</a>.  Using Apache Commons Compress 1.13 this
       Antlib supports gzip, bzip2, lzma standalone, xz, .Z, DEFLATE, Snappy and
       pack200 compression and ar, arj, cpio, 7z, Unix dump, tar and
-      zip archives.  Support for lzma, arj, .Z, Snappy and dump is
+      zip archives.  Support for arj, .Z, Snappy and dump is
       read-only.  7z can only be used on filesystem resources.</p>
 
     <h3>Known Limitations</h3>
@@ -52,6 +52,7 @@
       <li><a href="pack.html#deflate">deflate</a></li>
       <li><a href="unpack.html#gunzip">gunzip</a></li>
       <li><a href="pack.html#gzip">gzip</a></li>
+      <li><a href="pack.html#lzma">lzma</a></li>
       <li><a href="pack.html#pack200">pack200</a></li>
       <li><a href="pack200normalize.html">pack200normalize</a></li>
       <li><a href="archive.html#sevenz">sevenz</a></li>