Repository: commons-collections Updated Branches: refs/heads/master 0dc16c204 -> 46932f034
Add entry for next release. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/46932f03 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/46932f03 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/46932f03 Branch: refs/heads/master Commit: 46932f034f408a403dabb902c1a392f705771398 Parents: 0dc16c2 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Thu Jul 12 08:32:01 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Thu Jul 12 08:32:01 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/46932f03/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a04f9a8..f6a6d39 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -20,6 +20,8 @@ <title>Commons Collections Changes</title> </properties> <body> + <release version="4.2.1" date="2018-MM-DD" description="Bug fixes, and small changes."> + </release> <release version="4.2" date="2018-07-11" description="Update from Java 6 to Java 7, bug fixes, and small changes."> <action issue="COLLECTIONS-681" dev="kinow" type="add" due-to="Stephan Fuhrmann"> Add test for MultiSetUtils