Skip to content

Commit

Permalink
Fix #294
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 29, 2016
1 parent 5fddcff commit 792de08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ JSON library.
#285: Add `JsonParser.getText(Writer)`
(contributed by LokesN)
#290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection
#294: Add `JsonGenerator.writeFieldId(long)` method to support binary formats
with non-String keys
- Add `JsonParser.currentToken()` and `JsonParser.currentTokenId()` as replacements
for `getCurrentToken()` and `getCurrentTokenId()`, respectively. Existing methods
will likely be deprecated in 2.9.
Expand Down

0 comments on commit 792de08

Please sign in to comment.