scolebourne 2004/01/01 11:05:05 Modified: collections RELEASE-NOTES.html Log: Undeprecate BinaryHeap, as is only implementation of PriorityQueue Revision Changes Path 1.4 +1 -1 jakarta-commons/collections/RELEASE-NOTES.html Index: RELEASE-NOTES.html =================================================================== RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES.html 29 Dec 2003 18:04:36 -0000 1.3 +++ RELEASE-NOTES.html 1 Jan 2004 19:05:05 -0000 1.4 @@ -83,7 +83,6 @@ <p>These collections have changed since <i>Collections 3.0</i>:</p> <ul> -<li><strong>BinaryHeap</strong> - Deprecated, moved to buffer subpackage</li> <li><strong>BoundedFifoBuffer</strong> - Deprecated, moved to buffer subpackage</li> <li><strong>UnboundedFifoBuffer</strong> - Deprecated, moved to buffer subpackage</li> <li><strong>SequencedHashMap</strong> - Deprecated, rewritten as LinkedMap in map subpackage</li> @@ -96,6 +95,7 @@ <li><strong>ReferenceMap</strong> - Deprecated, moved to map subpackage</li> <li><strong>StaticBucketMap</strong> - Deprecated, moved to map subpackage</li> <li><strong>ProxyMap</strong> - Deprecated, moved as AbstractMapDecorator in map subpackage</li> +<li><strong>BinaryHeap</strong> - Bug fixes</li> <li><strong>ExtendedProperties</strong> - Bug fixes. Please consider using Commons-Configuration <code>PropertiesConfiguration</code></li> </ul>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
