From 4898823d3cc9bd23b182a21b8fad203c73793e4f Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Thu, 28 Feb 2013 18:31:14 +0000 Subject: [PATCH] [COLLECTIONS-396] Add change record. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451281 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 +++ src/changes/changes.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index e2523af3c..cf20be26b 100644 --- a/pom.xml +++ b/pom.xml @@ -333,6 +333,9 @@ Joe Raysa + + Jeff Rodriguez + Ashwin S diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3fe96ce75..5f6ce819b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,9 @@ + + Added "LazyIteratorChain" iterator. + SetUniqueList.set(int, E) now works correctly if the object to be inserted is already placed at the given position.