[LANG-1485] Add getters for lhs and rhs objects in DiffResult #451.

This commit is contained in:
Gary Gregory 2019-09-05 13:21:33 -04:00
parent 9feaf9d7ff
commit b77014c953
1 changed files with 1 additions and 0 deletions

View File

@ -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">