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 6d06f0126f234594c60304d2aab06aa9d507e957 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jul 18 10:04:44 2026 -0700 Return null for malformed input in UrlDecoderStringLookup (#749). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 06988599..0f62c43a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Stop ExtendedMessageFormat seekNonWs reading past the pattern end (#759).</action> <action type="fix" dev="ggregory" due-to="Gary Gregory, Anik1459">Better exception messages in ExtendedMessageFormat.applyPattern(String) (#758).</action> <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Match String case folding in TextStringBuilder.equalsIgnoreCase (#762).</action> + <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Return null for malformed input in UrlDecoderStringLookup (#749).</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 102.</action>
