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-text.git
commit 0325c310f577f635e65aaf830eea105b18930d11 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jun 2 07:31:00 2026 -0400 Validate code point range in NumericEntityUnescaper.translate() #747. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fcc25248..f10ecb14 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary Gregory">StrBuilder.setLength() shrink-branch leaves residual chars in buffer tail.</action> <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Fix path fence bypass for relative paths with leading ".." #745.</action> <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Clear residual buffer chars in TextStringBuilder shrink and clear paths #746.</action> + <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Validate code point range in NumericEntityUnescaper.translate() #747.</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 100.</action>
