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 acaf4582781c17952b25fe86abafcefa0489c2a6 Author: Rob Tompkins <chtom...@apache.org> AuthorDate: Fri Jun 26 05:49:12 2020 -0400 LANG-1549: Thanks Jin --- pom.xml | 3 +++ src/changes/changes.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index c05b502..ca9d7f4 100644 --- a/pom.xml +++ b/pom.xml @@ -508,6 +508,9 @@ <contributor> <name>Peter Verhas</name> </contributor> + <contributor> + <name>Jin Xu</name> + </contributor> </contributors> <!-- Lang should depend on very little --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9c8259b..429f608 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 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> <action type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.</action>