Skip to content

Commit a35f387

Browse files
committed
Fix broken link in changelog.md to userguide anchor
1 parent fbc4a69 commit a35f387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
> * **BigInteger Unchanged**: BigInteger conversions continue to use precision-based rules (legacy classes = millis, modern classes = nanos)
609609
> * **Feature Options**: Added configurable precision control for advanced use cases requiring nanosecond precision:
610610
> * 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
612612
> * **Impact**: Minimal - fixes inconsistent behavior and provides migration path through feature options
613613
> * **Rationale**: Eliminates confusion from mixed precision behavior and provides simple, memorable conversion rules
614614
> * Added `computeIfAbsent` support to `MultiKeyMap` for lazy value population

0 commit comments

Comments
 (0)