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 2022/03/03 00:59:23 UTC

[commons-configuration] branch master updated: Use final #141

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d36e71  Use final #141
8d36e71 is described below

commit 8d36e71b0e902cd34d4d44baf23ee19bd3dbf27d
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Wed Mar 2 19:59:20 2022 -0500

    Use final #141
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0ee84cb..7aeead5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,10 @@
        </action>
        <action issue="CONFIGURATION-808" type="fix" dev="ggregory" due-to="cigaly">
          DefaultListDelimiterHandler.escapeList working only for List&gt;String&lt; #137.
-       </action>       
+       </action>
+       <action type="fix" dev="ggregory" due-to="Arturo Bernal">
+         Use final #141.
+       </action>
        <!-- ADD -->
        <action type="add" dev="ggregory" due-to="SethiPandi">
          Implement Iterable in ImmutableNode #74.