You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/18 20:21:05 UTC

[commons-collections] branch master updated: Fix links to release notes and update contents for 4.4 #127.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c770147  Fix links to release notes and update contents for 4.4 #127.
c770147 is described below

commit c7701470fe51a77b5fd1982c948d4df67d828ab3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 18 15:21:00 2019 -0500

    Fix links to release notes and update contents for 4.4 #127.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fc8b69c..2e2f1ae 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,6 +98,9 @@
     </action>
     <action issue="COLLECTIONS-739" dev="ggregory" type="fix" due-to="Pengyu Nie">
       Fix inconsistent @throws comments in DefaultedMap #123.
+    </action>    
+    <action dev="ggregory" type="fix" due-to="Dominik Stadler">
+      Fix links to release notes and update contents for 4.4 #127.
     </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">