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 312a7b3 Fix Javdoc for StringUtils.appendIfMissingIgnoreCase() #507.
312a7b3 is described below
commit 312a7b3bb1c9ac0f7f1e0fb5656bf6edc0dc2a4a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Mar 31 10:35:47 2020 -0400
Fix Javdoc for StringUtils.appendIfMissingIgnoreCase() #507.
---
src/changes/changes.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f79d5c4..c54dfac 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,10 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
+ <release version="3.10.1" date="2020-MM-DD" description="New features and
bug fixes..">
+ <action type="fix" dev="kinow"
due-to="contextshuffling">Fix Javdoc for
StringUtils.appendIfMissingIgnoreCase() #507.</action>
+ </release>
+
<release version="3.10" date="2020-03-22" description="New features and bug
fixes. Requires Java 8, supports Java 9, 10, 11.">
<action issue="LANG-1514" type="fix" dev="kinow"
due-to="contextshuffling">Make test more stable by wrapping assertions in
hashset.</action>
<action issue="LANG-1450" type="fix" dev="chtompki">Generate Javadoc jar
on build.</action>