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 b77014c [LANG-1485] Add getters for lhs and rhs objects in DiffResult #451. b77014c is described below commit b77014c9536deb38f91eb579c27e2484793eda44 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Sep 5 13:21:33 2019 -0400 [LANG-1485] Add getters for lhs and rhs objects in DiffResult #451. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b78dc7a..053d23b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory">junit-jupiter 5.5.0 -> 5.5.1.</action> <action issue="LANG-1477" type="add" dev="jochen">Added Functions.as*, and tests thereof, as suggested by Peter Verhas</action> <action issue="LANG-1475" type="fix" dev="kinow" due-to="stzx">StringUtils.unwrap incorrect throw StringIndexOutOfBoundsException.</action> + <action issue="LANG-1485" type="add" dev="ggregory" due-to="nicolasbd">Add getters for lhs and rhs objects in DiffResult #451.</action> </release> <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11">