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 730a9418bddfa6ff0e3145350dfa688cba305d63 Author: Gary Gregory <[email protected]> AuthorDate: Fri Apr 3 08:50:06 2026 -0400 Add and use ConversionException.ConfigurationException(String, Object...). Add and use ConversionException.ConfigurationException(Throwable, String, Object...) --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 604bb1ac9..2f71a0ccc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,8 +31,8 @@ <action type="add" dev="ggregory" due-to="Gary Gregory">Add XMLConfiguration.read(Element).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add ConfigurationException.ConfigurationException(String, Object...).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add ConfigurationException.ConfigurationException(Throwable, String, Object...).</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Add ConversionException.ConfigurationException(String, Object...).</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Add ConversionException.ConfigurationException(Throwable, String, Object...).</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add ConversionException.ConversionException(String, Object...).</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add ConversionException.ConversionException(Throwable, String, Object...).</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 92 to 97.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0.</action>
