Skip to content

Commit

Permalink
Update release notes wrt #680
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 27, 2021
1 parent 1503946 commit ab47708
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ core component, version 3.x
(note: for older credits, check out `CREDITS-2.x`)

Tatu Saloranta, [email protected]: author

Sven Döring (sdoeringNew@github)
* Contributed #680: Allow use of `java.nio.file.Path` as parser source, generator target
(3.0.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab47708

Please sign in to comment.