From f3a3c69b6e152417e1b62d995bcad2237b053cc6 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Fri, 8 Mar 2019 07:56:16 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb9091c..7022f2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ All Notable changes to `Csv` will be documented in this file ### Added -- Supports for empty string for the escape character to enable better RFC4180 compliance. +- Supports for PHP7.4 empty string for the escape character +- Supports for empty string for the escape character with a polyfill for PHP7.4- versions. - `AbstractCSV::getPathname` see [#321](https://github.com/thephpleague/csv/pull/321) thanks [@tomkyle](https://github.com/tomkyle) ### Deprecated