From c38786ed8b8fd9c88565d3fc45f19195a805efa4 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 17 Jul 2019 22:18:49 -0700 Subject: [PATCH] Update release notes wrt #129 --- release-notes/CREDITS-2.x | 4 ++++ release-notes/VERSION-2.x | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index fcd725ee..26f3e47a 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -63,3 +63,7 @@ Alon Bar-Lev (alonbl@github) Stehan Leh (stefanleh@github) * Reported #116: (yaml) Error handling "null" String when Feature.MINIMIZE_QUOTES is active (2.10.0) + +Guillaume Smaha (GuillaumeSmaha@github) +* Contributed fix for #129: (yaml) Convert YAML string issue + (2.10.0) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 7935cc92..a6ff306e 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -20,7 +20,9 @@ Modules: `JsonParser.Feature.ALLOW_YAML_COMMENTS` #116: Error handling "null" String when Feature.MINIMIZE_QUOTES is active (reported by Stefan L) -#134: `CSVParserBootstrapper` creates `UTF8Reader` which is incorrectly not auto-closed +#129: (yaml) Convert YAML string issue + (fix contributed by Guillaume S) +#134: (csv) `CSVParserBootstrapper` creates `UTF8Reader` which is incorrectly not auto-closed (reported by iuliu-b@github) - Add JDK9+ module info using Moditect plugin