Skip to content

Commit 9852179

Browse files
committed
Update release notes wrt #283
1 parent d930a12 commit 9852179

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

release-notes/CREDITS-2.x

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,10 @@ Krzysztof Debski (kdebski85@github)
183183
* Contributed #270: Should not quote with strict quoting when line starts with `#` but comments
184184
are disabled
185185
(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+

release-notes/VERSION-2.x

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ Active Maintainers:
2121
#240: (csv) Split `CsvMappingException` into `CsvReadException`/`CsvWriteException`
2222
#255: (properties) Ensure that empty String to null/empty works by default
2323
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
2525
are disabled
2626
(contributed by Krzysztof D)
27+
#283: (csv) `CsvSchema.getColumnDesc()` returns unpaired square bracket when columns are empty
28+
(contributed by PJ Fanning)
2729

2830
2.12.4 (06-Jul-2021)
2931

0 commit comments

Comments
 (0)