From 221c17521714b6ced694b35a409456257337d49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Fri, 2 Feb 2018 17:22:35 +0100 Subject: [PATCH] Further improved ChangeLog.txt --- ChangeLog.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 1d47547..b47d932 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,12 +1,17 @@ -parseCSV 1.0.0 RC +ParseCsvForPhp 1.0.0 RC ----------------------------------- Date: unreleased +- Renamed class from parseCSV to ParseCsvForPhp + - Added support for MS Excel's "sep=" to detect the delimiter (Issue #60). +- MIME: output() sends correct MIME type to browser + if the separator is a tab tab (Issue #79) + - Added support for mb_convert_encoding() instead of - iconv() - see issues #109 + iconv() (Issue #109) - A number of minor bug fixes - see GitHub issues