Repository: commons-collections Updated Branches: refs/heads/master 9d4f2ba88 -> 1d21a49c2
COLLECTIONS-660: add changes.xml entry Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/1d21a49c Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/1d21a49c Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/1d21a49c Branch: refs/heads/master Commit: 1d21a49c27d9eab8d02785a783fcfba387a3e8e1 Parents: 9d4f2ba Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Authored: Wed Oct 4 17:42:15 2017 +1300 Committer: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Committed: Wed Oct 4 17:42:15 2017 +1300 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/1d21a49c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c355be7..cbe01ce 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,6 +21,9 @@ </properties> <body> <release version="4.2" date="YYYY-MM-DD" description="New features"> + <action issue="COLLECTIONS-660" dev="kinow" type="fix"> + Uncomment test in AbstractMapTest regarding LRUMap equals + </action> <action issue="COLLECTIONS-658" dev="britter" type="add"> Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility </action>