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 8d2bb4f8d0019e1e0060aa66b8ebfd77b1d68ab2 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jun 2 15:36:23 2026 -0400 Fix StringIndexOutOfBoundsException in CsvUnescaper on lone quote (#748). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f10ecb14..d49f8c4a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove. <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> + <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Fix StringIndexOutOfBoundsException in CsvUnescaper on lone quote (#748).</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 100.</action>
