Next attempt

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jcs/trunk@1766066 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 51f5907..cce05fc 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -73,6 +73,10 @@
 o JCS-48:   Replace PoolAccess with a DataSourceFactory model borrowed from DB-Torque Thanks to Hanasaki Jiji.
 o JCS-124:  Make the code in Step 5 on the JCS overview page a full working class that can compile Thanks to Richard Eigenmann.
 
+Removed:
+o           Remove size limitation configuration of indexed cache recycle bin
+o           Replace SortedPreferentialArray with JDK ConcurrentSkipListSet
+o           Replace SingleLinkedList with JDK ConcurrentLinkedQueue
 
 Historical list of changes: http://commons.apache.org/proper/commons-jcs/changes-report.html
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 847775b..534cf5a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,7 +21,7 @@
 	<body>
         <release version="2.0" date="unreleased" description="JDK 1.6 based major release">
         </release>
-        <release version="2.0-beta-2" date="2016-10-10" description="JDK 1.6 based major release (beta-2)">
+        <release version="2.0-beta-2" date="2016-10-21" description="JDK 1.6 based major release (beta-2)">
             <action dev="tv" type="remove">
                 Remove size limitation configuration of indexed cache recycle bin
             </action>