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

commit a30a6037b0e0a1679a205adcadca428a59d0fbc7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 7 20:49:26 2024 -0400

    Add ImmutableConfiguration.containsValue(String)
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 976dfa59..6cc84f19 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,9 +23,10 @@
     <author email="d...@commons.apache.org">Apache Commons Community</author>
   </properties>
   <body>
-    <release version="2.10.2" date="YYYY-MM-DD" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
+    <release version="2.11.0" date="YYYY-MM-DD" description="Minor release 
with new features and updated dependencies; requires Java 8 or above.">
       <!-- ADD -->
-      <action type="fix" issue="CONFIGURATION-844" dev="ggregory" 
due-to="Thomas Steiner, Gary Gregory">Add support for empty sections 
#408.</action>
+      <action type="add" issue="CONFIGURATION-844" dev="ggregory" 
due-to="Thomas Steiner, Gary Gregory">Add support for empty sections 
#408.</action>
+      <action type="add" dev="ggregory" due-to="Rikkarth, Gary Gregory">Add 
ImmutableConfiguration.containsValue(String).</action>
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a 
NullPointerException if DataConfiguration.DataConfiguration(Configuration) is 
called with null.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a 
NullPointerException if 
XMLPropertiesConfiguration.XMLPropertiesConfiguration(Element) is called with 
null.</action>

Reply via email to