From b77014c9536deb38f91eb579c27e2484793eda44 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 5 Sep 2019 13:21:33 -0400 Subject: [PATCH] [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 b78dc7ad5..053d23bfe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The type attribute can be add,update,fix,remove. junit-jupiter 5.5.0 -> 5.5.1. Added Functions.as*, and tests thereof, as suggested by Peter Verhas StringUtils.unwrap incorrect throw StringIndexOutOfBoundsException. + Add getters for lhs and rhs objects in DiffResult #451.