mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Bugfix: $csv->parseFile now sets $this->data
This adds consistency because $csv->parse() does the same. Fix #200 Fix #201
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
ParseCSV 1.3.1
|
||||
-----------------------------------
|
||||
Date: to be released
|
||||
|
||||
Bugfix:
|
||||
- `parseFile()` will now set `$csv->data`.
|
||||
Until now, the parsed data was only returned.
|
||||
This adds consistency with `$csv->parse()`
|
||||
for the following operations on the object.
|
||||
|
||||
-----------------------------------
|
||||
|
||||
|
||||
ParseCSV 1.3.0
|
||||
-----------------------------------
|
||||
Date: 14-Apr-2021
|
||||
|
||||
Reference in New Issue
Block a user