diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 74ae9c0fc..38296f223 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -13,140 +13,28 @@ See the License for the specific language governing permissions and limitations under the License. --> -RELEASE NOTES: COLLECTIONS 3.0 +RELEASE NOTES: COLLECTIONS 3.1 -

RELEASE NOTES: COLLECTIONS 3.0

+

RELEASE NOTES: COLLECTIONS 3.1

-Originally, Collections was a general place for placing useful collection classes. -With version 3.0, this changes. Collections now has a design and package structure of its own. -As a result, several well-used classes have been deprecated and moved to new packages. -

-This release also includes a lot of new functionality, including new interfaces -and new implementations in addition to various bug fixes and refactoring changes. -All previously deprecated classes have been removed. -

-The major changes are: -

+This release focusses on bug fixes and minor enhancements. +No interface changes, or deprecations have occurred.
-

-NEW PACKAGES -

- -

These packages are new to Collections 3.0:

- - -

NEW CLASSES

-

These implementations are new to Collections 3.0:

+

These implementations are new to Collections 3.1:


-

CHANGED CLASSES

- -

These classes have changed in a potentially incompatible way:

- - - -

These collections have changed since Collections 3.0:

- - - -

These comparators have changed since Collections 3.0:

- - - -

These iterators have changed since Collections 3.0:

- - - +

CHANGES

+

+[26470] Javadoc - Add javadoc about requiring Comparable entries +[27159] Bug - AbstractHashedMap subclasses failed to clone() correctly