Skip to content

Commit c6e5e5e

Browse files
committed
Update release notes wrt #390
1 parent 3a433d8 commit c6e5e5e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

release-notes/CREDITS-2.x

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,10 @@ PJ Fanning (pjfanning@github)
193193
#283: (csv) `CsvSchema.getColumnDesc()` returns unpaired square bracket when columns
194194
are empty
195195
(2.13.0)
196-
* Contributed #314: (csv) Add fast floating-point parsing, generation support
196+
#314: (csv) Add fast floating-point parsing, generation support
197197
(2.14.0)
198+
#390: (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)
199+
(2.15.0)
198200
199201
Falk Hanisch (mrpiggi@github)
200202
#288: Caching conflict when creating CSV schemas with different views

release-notes/VERSION-2.x

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ Active Maintainers:
1616

1717
2.15.0 (not yet released)
1818

19-
#373: Positive numbers with plus sign not quoted correctly with
19+
#373: (yaml) Positive numbers with plus sign not quoted correctly with
2020
`ALWAYS_QUOTE_NUMBERS_AS_STRINGS`
2121
(requested by @dyadyaJora)
22+
#390: (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)
23+
(contributed by @pjfanning)
2224

2325
2.14.2 (28-Jan-2023)
2426

25-
#356: Fix TOML parse failure when number token hits buffer edge
27+
#356: (toml) Fix TOML parse failure when number token hits buffer edge
2628
(fix by Jonas K)
27-
#370: Replace use of deprecated constructor of SnakeYAML ParserImpl
29+
#370: (yaml) Replace use of deprecated constructor of SnakeYAML ParserImpl
2830
(contributed by Andrey S)
2931

3032
2.14.1 (21-Nov-2022)

0 commit comments

Comments
 (0)