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/11/06 20:10:13 UTC

[commons-configuration] branch master updated: [CONFIGURATION-822] Fix ambiguity on the section determining #229.

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 d2b61932 [CONFIGURATION-822] Fix ambiguity on the section determining #229.
d2b61932 is described below

commit d2b619328cdd928d1d80224d4f4c6834130f3238
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 6 15:10:09 2022 -0500

    [CONFIGURATION-822] Fix ambiguity on the section determining #229.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cde85837..bc79cc6b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,9 @@
       <action issue="CONFIGURATION-799" type="fix" dev="ggregory" due-to="Jarek Sacha, Gary Gregory">
         CombinedConfiguration#getKeys() can throw NoSuchElementException.
       </action>
+      <action issue="CONFIGURATION-822" type="fix" dev="ggregory" due-to="Branislav Beňo, Gary Gregory, Bruno P. Kinoshita">
+        Fix ambiguity on the section determining #229.
+      </action>
       <!-- ADD -->
       <action issue="CONFIGURATION-799" type="add" dev="ggregory" due-to="Xinshiyou, Gary Gregory">
         Add DefaultConversionHandler#setListDelimiterHandler(ListDelimiterHandler).