This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
commit 73945fb5e937fe0d4a427e1251c96af534a469bf Author: Gary Gregory <[email protected]> AuthorDate: Mon May 11 12:24:52 2026 -0400 Detect and avoid processing cycles in YAML input (YAMLConfiguration) #634. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fd9fccd74..800828ed7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -26,6 +26,7 @@ <release version="2.14.1" date="YYYY-MM-DD" description="Minor release with new features and updated dependencies; requires Java 8 or above."> <!-- FIX --> <action type="update" dev="ggregory" due-to="Gary Gregory">Disable include schemes http[s] by default, see AbstractFileLocationStrategy #633.</action> + <action type="update" dev="ggregory" due-to="Erichen, Gary Gregory">Detect and avoid processing cycles in YAML input (YAMLConfiguration) #634.</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 97 to 99</action>
