Skip to content

Commit

Permalink
prepare for 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 14, 2016
1 parent c207264 commit 933a46b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ JSON library.

#304: Optimize `NumberOutput.outputLong()` method

2.8.3 (17-Sep-2016d)
2.8.4 (14-Oct-2016)

No changes since 2.8.3

2.8.3 (17-Sep-2016)

#318: Add support for writing `byte[]` via `JsonGenerator.writeEmbeddedObject()`

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/fasterxml/jackson/core/JsonParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ public int getText(Writer writer) throws IOException, UnsupportedOperationExcept
* means that it may or may not exist
*/
public abstract boolean hasTextCharacters();

/*
/**********************************************************
/* Public API, access to token information, numeric
Expand Down

0 comments on commit 933a46b

Please sign in to comment.