Fix docs

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jcs/trunk@1778453 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xdocs/UpgradingFrom13.xml b/xdocs/UpgradingFrom13.xml
index a331daa..0977b58 100644
--- a/xdocs/UpgradingFrom13.xml
+++ b/xdocs/UpgradingFrom13.xml
@@ -98,6 +98,10 @@
 jcs.default.elementattributes.MaxLife=7
 ]]></source>
         </p>
+        <p>
+          The <code>IndexedDiskCache</code> recycle bin is no longer limited in size.
+          So remove all references to <code>MaxRecycleBinSize</code> from the configuration files.
+        </p>
       </subsection>
     </section>
   </body>