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 b4767cae Fix issue types
b4767cae is described below

commit b4767cae962cf27cb8dd935134f165d738012049
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Feb 22 11:17:11 2024 -0500

    Fix issue types
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f9e5435d..a2b26955 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,9 +30,9 @@
       <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Take 
prefix delimiter into account when SubsetConfiguration.getKeysInternal() is 
called #300.</action>
       <action dev="ggregory" type="fix" due-to="Heewon Lee, Gary 
Gregory">Guard ConfigurationMap against null configuration #355.</action>
       <!-- ADD -->
-      <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add 
AbstractConfiguration.getKeysInternal(String, String) #300.</action>
-      <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add 
ImmutableConfiguration.getKeys(String, String) #300.</action>
-      <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add 
PrefixedKeysIterator.PrefixedKeysIterator(Iterator&lt;String%gt;, String, 
String) #300.</action>
+      <action dev="ggregory" type="add" due-to="KeijoB, Gary Gregory">Add 
AbstractConfiguration.getKeysInternal(String, String) #300.</action>
+      <action dev="ggregory" type="add" due-to="KeijoB, Gary Gregory">Add 
ImmutableConfiguration.getKeys(String, String) #300.</action>
+      <action dev="ggregory" type="add" due-to="KeijoB, Gary Gregory">Add 
PrefixedKeysIterator.PrefixedKeysIterator(Iterator&lt;String%gt;, String, 
String) #300.</action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven 
property project.build.outputTimestamp for build reproducibility.</action>
       <action dev="ggregory" type="add" due-to="Heewon Lee">Guard 
PatternSubtreeConfigurationWrapper constructor against null #365.</action>
       <!-- UPDATE -->

Reply via email to