Skip to content

Commit

Permalink
Fix mistake wrt issue id; fix was for #247 (not 246)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 18, 2021
1 parent f0de305 commit cca3141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -445,7 +445,7 @@ protected void _verifyValueWrite(String msg) throws IOException, JsonGenerationE
if (status == JsonWriteContext.STATUS_EXPECT_NAME) {
_reportError("Can not "+msg+", expecting field name");
}
// 18-Feb-2021, tatu: as per [dataformats-binary#246], this does not work
// 18-Feb-2021, tatu: as per [dataformats-binary#247], this does not work
// (Ion impl must do pretty-printing), so
/*
// Only additional work needed if we are pretty-printing
Expand Down
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Expand Up @@ -20,7 +20,7 @@ Project: jackson-datatypes-binaryModules:
(contributed by jhhladky@github)
#244: (ion) Add support for deserializing IonTimestamps and IonBlobs
(contributed by jessbrya-amzn@github)
#246: (ion) Enabling pretty-printing fails Ion serialization
#247: (ion) Enabling pretty-printing fails Ion serialization

2.12.1 (08-Jan-2021)

Expand Down

0 comments on commit cca3141

Please sign in to comment.