Skip to content

Commit

Permalink
Update release notes wrt #487
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax committed Apr 26, 2024
1 parent 9f9df25 commit 1efa12b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,9 @@ Thomas de Lange (@thomasdelange5)
* Contributed fix for #428: (ion) `IonParser.getIntValue()` fails or does not handle
value overflow checks
(2.17.0)

Yoann Vernageau (@yvrng)
* Contributed #487 (ion): Don't close IonParser on EOF to be compatible with `MappingIterator`
when source is an empty `InputStream`
(2.17.1)

4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Active maintainers:

2.17.1 (not yet released)

#487 (ion): Don't close IonParser on EOF to be compatible with `MappingIterator`
when source is an empty `InputStream`
(contributed by Yoann V)

#488 (ion): Upgrade `ion-java` to 1.11.7 (from 1.11.2)

2.17.0 (12-Mar-2024)
Expand Down

0 comments on commit 1efa12b

Please sign in to comment.