You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -608,7 +608,7 @@
608
608
> ***BigInteger Unchanged**: BigInteger conversions continue to use precision-based rules (legacy classes = millis, modern classes = nanos)
609
609
> ***Feature Options**: Added configurable precision control for advanced use cases requiring nanosecond precision:
610
610
> * System properties: `cedarsoftware.converter.modern.time.long.precision`, `cedarsoftware.converter.duration.long.precision`, `cedarsoftware.converter.localtime.long.precision`
611
-
> * Per-instance options via `ConverterOptions.getCustomOption()` - see [Time Conversion Documentation](userguide.md#time-conversion-precision-rules) for details
611
+
> * Per-instance options via `ConverterOptions.getCustomOption()` - see [Feature Options for Precision Control](userguide.md#feature-options-for-precision-control) for details
612
612
> ***Impact**: Minimal - fixes inconsistent behavior and provides migration path through feature options
613
613
> ***Rationale**: Eliminates confusion from mixed precision behavior and provides simple, memorable conversion rules
614
614
> * Added `computeIfAbsent` support to `MultiKeyMap` for lazy value population
0 commit comments