From 72ed906100f09139429b9ca2531430a1e2f98e8e Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Tue, 22 Jun 2004 23:03:20 +0000 Subject: [PATCH] Update deprecation comment git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131800 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index bf780ed1f..c50305fcc 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -19,7 +19,6 @@

This release adds various new classes and fixes a number of bugs. -No deprecations have occurred. All feedback should be directed to commons-user at jakarta.apache.org.


@@ -30,6 +29,10 @@ This release is fully source and binary compatible with v3.0. (Checks performed using JDiff and Clirr, thanks).

+The only new deprecations are in AbstractDualBidiMap. +These only impact non commons-collections subclasses, and existing code will still work. +

+

This release also enables a workaround of the binary compatability issue with IteratorUtils in v3.0. Collections v2.1.1 (with deprecations solved) and v3.1 are compatible with regards to iterators.