From e1ecf9302ed3bbd68b81fa10a1bba34daf8e1655 Mon Sep 17 00:00:00 2001 From: Fonata Date: Mon, 2 Apr 2018 15:11:17 +0200 Subject: [PATCH] Advertised getCollection in ChangeLog.txt --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index ab36b39..76ae0ee 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Date: unreleased - Dropped support for PHP 5.4 +- Added support for Laravel-style collections via the + new getCollection() function - see + https://github.com/parsecsv/parsecsv-for-php/pull/134 + -----------------------------------