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 ecc43cc7563dcdfa734059dc14b44bd2366f123f Author: Gary Gregory <[email protected]> AuthorDate: Tue Jun 2 06:50:36 2026 -0400 Clear residual buffer chars in TextStringBuilder shrink and clear paths #746 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5274362c..fcc25248 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary Gregory">StrBuilder.replaceImpl() shrink-branch leaves residual chars in buffer tail.</action> <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> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 100.</action>
