Updated ChangeLog.txt with new features

This commit is contained in:
Christian Bläul
2018-03-03 12:01:45 +01:00
parent 4b6b7ee0b8
commit 9c14bc2f30

View File

@@ -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.
-----------------------------------