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 d13c6c144ee30901360def2945bca5ef1d5b0383 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 7 14:12:46 2025 -0500 Describe the security model #540 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2de53875..e97cf2b9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">DefaultConversionHandler.to(Object, Class, ConfigurationInterpolator) doesn't convert custom java.lang.Number subclasses.</action> <action type="fix" issue="CONFIGURATION-848" dev="ggregory" due-to="Laszlo Hujber, Gary Gregory">SubsetConfiguration does not account for delimiters as it did in 2.9.0.</action> <action type="fix" issue="CONFIGURATION-848" dev="ggregory" due-to="Laszlo Hujber, Gary Gregory">CompositeConfiguration does not account for delimiters as it did in 2.9.0.</action> + <action type="fix" dev="ggregory" due-to="Arnout Engelen, Gary Gregory">Describe the security model #540.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add PrefixedKeysIterator.toString() to package-private PrefixedKeysIterator.</action> <action type="add" issue="CONFIGURATION-836" dev="ebourg" due-to="Emmanuel Bourg">New web configurations using the jakarta.servlet namespace are now available</action>