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 f070987 [LANG-1567] Fix Javadocs for EqualsBuilder#setTestRecursive()
#556.
new deb5f81 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-lang.git
f070987 is described below
commit f070987f5d81f07662bd3430c59728d240ff18f8
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 24 08:49:58 2020 -0400
[LANG-1567] Fix Javadocs for EqualsBuilder#setTestRecursive() #556.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4694dcd..8893683 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,6 +81,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1557" type="add" dev="ggregory" due-to="XenoAmess,
Gary Gregory">Change a Pattern to a static final field, for not letting it
compile each time the function invoked. #542.</action>
<action type="add" dev="ggregory">Add ImmutablePair
factory methods left() and right().</action>
<action type="add" dev="ggregory">Add
ObjectUtils.toString(Object, Supplier<String>).</action>
+ <action issue="LANG-1567" type="update" dev="ggregory" due-to="Miguel
Muñoz, Bruno P. Kinoshita, Gary Gregory">Fixed Javadocs for setTestRecursive()
#556.</action>
</release>
<release version="3.10" date="2020-03-22" description="New features and bug
fixes. Requires Java 8, supports Java 9, 10, 11.">