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
The following commit(s) were added to refs/heads/master by this push: new eee5182 fix: nit in my changes.xml formatting eee5182 is described below commit eee51821a8d70ed5f083956831056ae1ad634988 Author: Rob Tompkins <chtom...@apache.org> AuthorDate: Fri Jun 26 06:15:23 2020 -0400 fix: nit in my changes.xml formatting --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 21d266a..ddc71f5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +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 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>