This is an automated email from the ASF dual-hosted git repository.
ggregory 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 ab7b673 [LANG-1565] change removeLastFieldSeparator to use endsWith
#550.
new 7852ed9 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-lang.git
ab7b673 is described below
commit ab7b6734d3fbcffd75d0550c68530dbe1da708fa
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 14 09:44:53 2020 -0400
[LANG-1565] change removeLastFieldSeparator to use endsWith #550.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d8af54e..b44baa7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1528" type="fix" dev="ggregory" due-to="Edwin Delgado
H">StringUtils.replaceEachRepeatedly gives IllegalStateException #505.</action>
<action issue="LANG-1570" type="add" dev="ggregory" due-to="Edgar
Asatryan">Add JavaVersion enum constants for Java 14 and 15. #553.</action>
<action issue="LANG-1556" type="add" dev="ggregory" due-to="XenoAmess">Use
Java 8 lambdas and Map operations.</action>
+ <action issue="LANG-1565" type="add" dev="ggregory"
due-to="XenoAmess">Change removeLastFieldSeparator to use endsWith
#550.</action>
</release>
<release version="3.10" date="2020-03-22" description="New features and bug
fixes. Requires Java 8, supports Java 9, 10, 11.">