File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -183,3 +183,10 @@ Krzysztof Debski (kdebski85@github)
183
183
* Contributed #270 : Should not quote with strict quoting when line starts with `#` but comments
184
184
are disabled
185
185
(2.13.0 )
186
+
187
+ PJ Fanning (pjfanning@github)
188
+ * Contributed #283 : (csv) `CsvSchema.getColumnDesc()` returns unpaired square bracket when columns
189
+ are empty
190
+ (2.13.0 )
191
+
192
+
Original file line number Diff line number Diff line change @@ -21,9 +21,11 @@ Active Maintainers:
21
21
#240 : (csv) Split `CsvMappingException` into `CsvReadException`/`CsvWriteException`
22
22
#255 : (properties) Ensure that empty String to null/empty works by default
23
23
for Properties format
24
- #270 : Should not quote with strict quoting when line starts with `#` but comments
24
+ #270 : (csv) Should not quote with strict quoting when line starts with `#` but comments
25
25
are disabled
26
26
(contributed by Krzysztof D)
27
+ #283 : (csv) `CsvSchema.getColumnDesc()` returns unpaired square bracket when columns are empty
28
+ (contributed by PJ Fanning)
27
29
28
30
2.12.4 (06 -Jul-2021 )
29
31
You can’t perform that action at this time.
0 commit comments