diff --git a/release-notes/CREDITS b/release-notes/CREDITS index e020fb355d..0656efdc93 100644 --- a/release-notes/CREDITS +++ b/release-notes/CREDITS @@ -5,3 +5,7 @@ core component, version 3.x (note: for older credits, check out `CREDITS-2.x`) Tatu Saloranta, tatu.saloranta@iki.fi: author + +Sven Döring (sdoeringNew@github) + * Contributed #680: Allow use of `java.nio.file.Path` as parser source, generator target + (3.0.0) diff --git a/release-notes/VERSION b/release-notes/VERSION index cdd2edb03b..f3e4b69cde 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -33,6 +33,8 @@ JSON library. `currentLocation()`/`currentTokenLocation()` #676: Remove `JsonGenerator.canWriteBinaryNatively()`, `canWriteFormattedNumbers()` (replaced by `StreamWriteCapability` equivalents) +#680: Allow use of `java.nio.file.Path` as parser source, generator target + (contributed by Sven D) - Rename `JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT` as `AUTO_CLOSE_CONTENT` - Add `TreeCodec.nullNode()`, `TreeNode.isNull()` methods - Change the way `JsonLocation.NA` is included in exception messages