From 9c14bc2f30c55687588d794ad2b145bf0ac56196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Sat, 3 Mar 2018 12:01:45 +0100 Subject: [PATCH] Updated ChangeLog.txt with new features --- ChangeLog.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ee793ed..601ccef 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,13 +8,18 @@ Date: 3-March-2018 - Added support for MS Excel's "sep=" to detect the delimiter (Issue #60). +- Added data type detection - function getDatatypes() + guesses the type of each column. + - MIME: output() sends correct MIME type to browser - if the separator is a tab tab (Issue #79) + if the separator is a tab tab (Issue #79). - Added support for mb_convert_encoding() instead of - iconv() - see issue #109 + iconv() - see issue #109. -- A number of minor bug fixes - see GitHub issues +- A number of minor bug fixes - see GitHub issues. + +- Added many more unit tests. -----------------------------------