This is an automated email from the ASF dual-hosted git repository. chtompki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit e5108df458e5bbfc35e55fee33ccb66cba254358 Author: Rob Tompkins <chtom...@apache.org> AuthorDate: Fri Jun 26 06:12:51 2020 -0400 Thanks Jin for refining the test output for FastDateParserTest Signed-off-by: Rob Tompkins <chtom...@apache.org> --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 429f608..21d266a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="3.11" date="2020-MM-DD" description="New features and bug fixes.."> + <action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action> <action issue="LANG-1549" type="update" dev="chtompki" due-to="Jin Xu">CharSequenceUtils.lastIndexOf : remake it</action> <action type="update" dev="kinow" due-to="XenoAmess">remove encoding and docEncoding and use inherited values from commons-parent</action> <action type="fix" dev="kinow" due-to="contextshuffling">Fix Javadoc for StringUtils.appendIfMissingIgnoreCase() #507.</action>