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 2021/01/13 21:45:52 UTC

[commons-collections] 02/03: [COLLECTIONS-778] changelog

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git

commit a5ec5605d75813a6a12a9392e9b47070c60888f0
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Thu Jan 14 10:44:38 2021 +1300

    [COLLECTIONS-778] changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b5840f..71fcac7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,6 +21,9 @@
   </properties>
   <body>
   <release version="4.5" date="2020-MM-DD" description="Maintenance release.">
+  	<action issue="COLLECTIONS-778" dev="kinow" type="fix" due-to="Arturo Bernal">
+      Use assertThrows.
+    </action>
     <action issue="COLLECTIONS-771" dev="kinow" type="fix" due-to="Xin Tong">
       Fix flaky AbstractMultiValuedMapTest#testToString.
     </action>