Skip to content

Commit

Permalink
Update release notes wrt #518
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 19, 2024
1 parent 265b3c4 commit fcbf9ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3848,7 +3848,7 @@ protected void _reportIncompleteBinaryRead(int expLen, int actLen) throws IOExce
expLen, actLen), _currToken);
}

// @since 2.19
// @since 2.18.1
private String _reportTruncatedUTF8InString(int strLenBytes, int truncatedCharOffset,
int firstUTFByteValue, int bytesExpected)
throws IOException
Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,7 @@ Joachim Lous (@jlous)
Robert Noack (@mr-robert)
* Reported #509: IonValueMapper.builder() not implemented, does not register modules
(2.18.0)

Knut Wannheden (@knutwannheden)
* Contributed #518: Should not read past end for CBOR string values
(2.18.1)
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Active maintainers:
=== Releases ===
------------------------------------------------------------------------

2.18.1 (not yet released)

#518: Should not read past end for CBOR string values
(contributed by Knut W)

2.18.0 (26-Sep-2024)

#167: (avro) Incompatibility with Avro >=1.9.0 (upgrade to Avro 1.11.3)
Expand Down

0 comments on commit fcbf9ec

Please sign in to comment.