From 3852e718cfce000f1730fe0a1f2959b3f734b79f Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Mon, 4 Mar 2024 01:46:06 -0500 Subject: [PATCH] updated change --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 70c2ffa1..dae97043 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ ### Revision History * 2.4.3 - * `Converter` - many more tests added. Up to about 680 combinations now. Waiting to release 2.5.0 when all "cross product" of tests are completed. + * `DateUtilities` - now supports timezone offset with seconds component (rarer than seeing a bald eagle in your backyard). + * `Converter` - many more tests added...682 combinations. * 2.4.2 * Fixed compatibility issues with `StringUtilities.` Method parameters changed from String to CharSequence broke backward compatibility. Linked jars are bound to method signature at compile time, not at runtime. Added both methods where needed. Removed methods with "Not" in the name. * Fixed compatibility issue with `FastByteArrayOutputStream.` The `.getBuffer()` API was removed in favor of toByteArray(). Now both methods exist, leaving `getBuffer()` for backward compatibility.