From 2d6236cae09133e0533d34ed45ba1e1ecafffebb Mon Sep 17 00:00:00 2001 From: Fonata Date: Sun, 7 Nov 2021 15:15:46 +0100 Subject: [PATCH] docs(changelog): add version 1.3.2 --- ChangeLog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index e88b9ce..838b34a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,16 @@ +ParseCSV 1.3.2 +----------------------------------- +Date: 07-Nov-2021 + +Bugfix: +- Allow _guess_delimiter to work with a single + row of data. As a consequence, `$csv->auto()` + now works for files with just one row of data. + See issue #206. + +----------------------------------- + + ParseCSV 1.3.1 ----------------------------------- Date: 20-Jun-2021