You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2018/06/09 23:38:55 UTC

[3/3] commons-collections git commit: COLLECTIONS-681: add changes.xml entry

COLLECTIONS-681: add changes.xml entry

This closes #38


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/75e87fc7
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/75e87fc7
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/75e87fc7

Branch: refs/heads/master
Commit: 75e87fc76aeaa105fa57394d17dec11090725cff
Parents: e63c536
Author: Bruno P. Kinoshita <ki...@apache.org>
Authored: Sun Jun 10 11:37:03 2018 +1200
Committer: Bruno P. Kinoshita <ki...@apache.org>
Committed: Sun Jun 10 11:37:03 2018 +1200

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/75e87fc7/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a5da21e..d7b9e26 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,6 +21,9 @@
   </properties>
   <body>
   <release version="4.2" date="2018-MM-DD" 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
+    </action>
     <action issue="COLLECTIONS-599" dev="ggregory" type="fix" due-to="Tejas Patel, Saleem Akbar, Gary Gregory">
       HashEntry array object naming data initialized with double the size during deserialization.
     </action>