File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ Suminda Sirinath Salpitikorala Dharmasena (sirinath@github)
181
181
Jonas Konrad (yawkat@github)
182
182
* Contributed #219 : Add TOML (https ://en.wikipedia.org /wiki/TOML) support
183
183
(2.13.0 )
184
+ * Contributed #356 : Fix TOML parse failure when number token hits buffer edge
185
+ (2.14.2 )
184
186
185
187
Krzysztof Debski (kdebski85@github)
186
188
#270 : Should not quote with strict quoting when line starts with `#` but comments
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ Active Maintainers:
14
14
=== Releases ===
15
15
------------------------------------------------------------------------
16
16
17
+ 2.14.2 (not yet released)
18
+
19
+ #356 : Fix TOML parse failure when number token hits buffer edge
20
+ (fix by Jonas K)
21
+
17
22
2.14.1 (21 -Nov-2022 )
18
23
19
24
#352 : Disabling `CsvParser.Feature.FAIL_ON_MISSING_HEADER_COLUMNS` has no effect
You can’t perform that action at this time.
0 commit comments