We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbb5f9 commit f3a3c69Copy full SHA for f3a3c69
CHANGELOG.md
@@ -6,7 +6,8 @@ All Notable changes to `Csv` will be documented in this file
6
7
### Added
8
9
-- Supports for empty string for the escape character to enable better RFC4180 compliance.
+- Supports for PHP7.4 empty string for the escape character
10
+- Supports for empty string for the escape character with a polyfill for PHP7.4- versions.
11
- `AbstractCSV::getPathname` see [#321](https://github.com/thephpleague/csv/pull/321) thanks [@tomkyle](https://github.com/tomkyle)
12
13
### Deprecated
0 commit comments