From 8377fa429b21c62ff5b73ea37bdf728a2f66acc6 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 10 Jan 2024 09:40:03 -0500 Subject: [PATCH] Test the Conversion class #1155 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 64ca2afa0..6d0ed5b63 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,7 @@ The type attribute can be add,update,fix,remove. ArrayUtils will return null when adding two null arrays, but undocumented. Let parent POM figure out commons.spdx.version. Undeprecate ExceptionUtils.rethrow(Throwable). + Test the Conversion class #1155. Bump commons-parent from 64 to 65.