File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,10 @@ PJ Fanning (pjfanning@github)
193
193
#283: (csv) `CsvSchema.getColumnDesc()` returns unpaired square bracket when columns
194
194
are empty
195
195
(2.13.0)
196
- * Contributed #314: (csv) Add fast floating-point parsing, generation support
196
+ #314: (csv) Add fast floating-point parsing, generation support
197
197
(2.14.0)
198
+ #390: (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)
199
+ (2.15.0)
198
200
199
201
Falk Hanisch (mrpiggi@github)
200
202
#288: Caching conflict when creating CSV schemas with different views
Original file line number Diff line number Diff line change @@ -16,15 +16,17 @@ Active Maintainers:
16
16
17
17
2.15.0 (not yet released)
18
18
19
- #373 : Positive numbers with plus sign not quoted correctly with
19
+ #373 : (yaml) Positive numbers with plus sign not quoted correctly with
20
20
`ALWAYS_QUOTE_NUMBERS_AS_STRINGS`
21
21
(requested by @dyadyaJora)
22
+ #390 : (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022 -1471 )
23
+ (contributed by @pjfanning)
22
24
23
25
2.14.2 (28 -Jan-2023 )
24
26
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
26
28
(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
28
30
(contributed by Andrey S)
29
31
30
32
2.14.1 (21 -Nov-2022 )
You can’t perform that action at this time.
0 commit comments