File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ text dataformats project, version 2.x
55(note : for older credits, check out release notes for 1 .x versions)
66
77* Jonas Konrad (@yawkat) : author of TOML module
8- * Tatu Saloranta, tatu.saloranta@iki.fi : author of CSV, Properties and YAML modules
8+ * Tatu Saloranta (@cowtowncoder) : author of CSV, Properties and YAML modules
9+ * PJ Fanning (@pjfanning) : active contributor to most modules
910
1011--------------------------------------------------------------------------------
1112Credits for specific contributions
@@ -197,6 +198,7 @@ PJ Fanning (pjfanning@github)
197198 (2.14.0)
198199#390: (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)
199200 (2.15.0)
201+ ... and many, many more not listed here
200202
201203Falk Hanisch (mrpiggi@github)
202204#288: Caching conflict when creating CSV schemas with different views
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ Active Maintainers:
1818
1919No changes since 2.17
2020
21+ 2.17 .2 (not yet released )
22+
23+ #481 : (csv ) Fix issue in `setSchema ()`
24+ (contributed by @pjfanning )
25+
21262.17 .1 (04 - May - 2024 )
2227
2328No changes since 2.17 .0
@@ -87,7 +92,7 @@ No changes since 2.15.1
8792 to allow parsing "boolean" words as strings instead of booleans
8893 (contributed by Axel N )
8994#390 : (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)
90- (contributed by @pjfannin
95+ (contributed by @pjfanning )
9196#411 : (toml) Fuzzer-found issue #57237 (buffer boundary condition)
9297 (contributed by @yawkat )
9398#415 : (yaml) Use `LoaderOptions.allowDuplicateKeys` to enforce duplicate key detection
You can’t perform that action at this time.
0 commit comments