Skip to content

Commit 32dd8bc

Browse files
author
Claude4.0s
committed
updated changelog.md
1 parent 6f27663 commit 32dd8bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Revision History
2-
#### 4.57.0 (Unreleased)
2+
#### 4.58.0 (Unreleased)
3+
#### 4.57.0
4+
* Updated [java-util](https://github.com/jdereg/java-util/blob/master/changelog.md) from `3.6.0` to `3.7.0.`
35
* **ENHANCEMENT**: Replace System.out.println/System.err.println with proper Java logging - all console output now uses java.util.logging with appropriate levels (LOG.info() for user-visible results, LOG.fine() for debug information, LOG.warning() for errors) for better build output control and maintainability
46
* **ENHANCEMENT**: Add comprehensive test suite for automatic Insets support - java.awt.Insets objects now have complete test coverage with 12 test scenarios including serialization/deserialization, arrays, complex objects, converter integration, and edge cases, complementing the existing Enhanced Converter Integration
57
* **ENHANCEMENT**: Add comprehensive test suites for automatic Point, File, and Path support - java.awt.Point objects now have complete test coverage with 12 scenarios, java.io.File and java.nio.file.Path have test coverage for Enhanced Converter Integration capabilities, validating string ↔ object conversions and type support detection

0 commit comments

Comments
 (0)