Skip to content

Commit 1efa12b

Browse files
Update release notes wrt #487
1 parent 9f9df25 commit 1efa12b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,9 @@ Thomas de Lange (@thomasdelange5)
319319
* Contributed fix for #428: (ion) `IonParser.getIntValue()` fails or does not handle
320320
value overflow checks
321321
(2.17.0)
322+
323+
Yoann Vernageau (@yvrng)
324+
* Contributed #487 (ion): Don't close IonParser on EOF to be compatible with `MappingIterator`
325+
when source is an empty `InputStream`
326+
(2.17.1)
327+

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Active maintainers:
2020

2121
2.17.1 (not yet released)
2222

23+
#487 (ion): Don't close IonParser on EOF to be compatible with `MappingIterator`
24+
when source is an empty `InputStream`
25+
(contributed by Yoann V)
26+
2327
#488 (ion): Upgrade `ion-java` to 1.11.7 (from 1.11.2)
2428

2529
2.17.0 (12-Mar-2024)

0 commit comments

Comments
 (0)