From da708386986e6f31f9ece91a2ae01305fc3ecf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Fri, 2 Mar 2018 17:52:26 +0100 Subject: [PATCH] Only improved ChangeLog to include the output() change --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index b552a65..c647607 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,9 @@ Date: unreleased - 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 issue #109