From e43b66781546c964eb50f45fc25ef49bb7e2c7c5 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Wed, 2 Jun 2004 23:29:12 +0000 Subject: [PATCH] Make decorator classes serializable, bug 18815 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131768 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 6a15e4220..867610ee4 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -18,7 +18,8 @@

RELEASE NOTES: COLLECTIONS 3.1

-This release focusses on bug fixes and minor enhancements. +This release adds a few new classes and fixes a number of bugs. +This release is binary compatible with release 2.1.1. No deprecations have occurred.


@@ -41,6 +42,7 @@ No deprecations have occurred.
  • Empty*Iterator - Iterators over empty collections
  • TransformedPredicate - A predicate where the input object is transformed [26946]
  • PredicateDecorator - An interface to provide a uniform interface to the decorated predicates
  • +
  • AbstractSerializable*Decorator - Abstract classes for decorators that are Serializable
  • ENHANCEMENTS

    @@ -66,15 +68,20 @@ No deprecations have occurred.

    Made Serializable

    BUG FIXES