Skip to content

Commit ab47708

Browse files
committed
Update release notes wrt #680
1 parent 1503946 commit ab47708

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

release-notes/CREDITS

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ core component, version 3.x
55
(note: for older credits, check out `CREDITS-2.x`)
66

77
Tatu Saloranta, [email protected]: author
8+
9+
Sven Döring (sdoeringNew@github)
10+
* Contributed #680: Allow use of `java.nio.file.Path` as parser source, generator target
11+
(3.0.0)

release-notes/VERSION

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ JSON library.
3333
`currentLocation()`/`currentTokenLocation()`
3434
#676: Remove `JsonGenerator.canWriteBinaryNatively()`, `canWriteFormattedNumbers()`
3535
(replaced by `StreamWriteCapability` equivalents)
36+
#680: Allow use of `java.nio.file.Path` as parser source, generator target
37+
(contributed by Sven D)
3638
- Rename `JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT` as `AUTO_CLOSE_CONTENT`
3739
- Add `TreeCodec.nullNode()`, `TreeNode.isNull()` methods
3840
- Change the way `JsonLocation.NA` is included in exception messages

0 commit comments

Comments
 (0)