Skip to content

Commit

Permalink
updated change
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Mar 4, 2024
1 parent 220f1cb commit 3852e71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3852e71

Please sign in to comment.