File tree 2 files changed +9
-2
lines changed
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
5
5
(note : for older credits, check out release notes for 1.x versions)
6
6
7
7
* Jonas Konrad (@yawkat) : author of TOML module
8
- * Tatu
Saloranta, [email protected] : 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
9
10
10
11
--------------------------------------------------------------------------------
11
12
Credits for specific contributions
@@ -197,6 +198,7 @@ PJ Fanning (pjfanning@github)
197
198
(2.14.0 )
198
199
#390 : (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)
199
200
(2.15.0 )
201
+ ... and many, many more not listed here
200
202
201
203
Falk Hanisch (mrpiggi@github)
202
204
#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:
18
18
19
19
No changes since 2.17
20
20
21
+ 2.17 .2 (not yet released )
22
+
23
+ #481 : (csv ) Fix issue in `setSchema ()`
24
+ (contributed by @pjfanning )
25
+
21
26
2.17 .1 (04 - May - 2024 )
22
27
23
28
No changes since 2.17 .0
@@ -87,7 +92,7 @@ No changes since 2.15.1
87
92
to allow parsing "boolean" words as strings instead of booleans
88
93
(contributed by Axel N )
89
94
#390 : (yaml) Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)
90
- (contributed by @pjfannin
95
+ (contributed by @pjfanning )
91
96
#411 : (toml) Fuzzer-found issue #57237 (buffer boundary condition)
92
97
(contributed by @yawkat )
93
98
#415 : (yaml) Use `LoaderOptions.allowDuplicateKeys` to enforce duplicate key detection
You can’t perform that action at this time.
0 commit comments