File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ core component, version 3.x
5
5
(note: for older credits, check out `CREDITS-2.x`)
6
6
7
7
Tatu Saloranta, tatu.saloranta@iki.fi: 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)
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ JSON library.
33
33
`currentLocation()`/`currentTokenLocation()`
34
34
#676: Remove `JsonGenerator.canWriteBinaryNatively()`, `canWriteFormattedNumbers()`
35
35
(replaced by `StreamWriteCapability` equivalents)
36
+ #680: Allow use of `java.nio.file.Path` as parser source, generator target
37
+ (contributed by Sven D)
36
38
- Rename `JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT` as `AUTO_CLOSE_CONTENT`
37
39
- Add `TreeCodec.nullNode()`, `TreeNode.isNull()` methods
38
40
- Change the way `JsonLocation.NA` is included in exception messages
You can’t perform that action at this time.
0 commit comments