From d7583efe4477fbc214251809584c8b3a67a05527 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Sun, 7 Nov 2010 16:14:24 +0000 Subject: [PATCH] Improved performance specifically for the Excel5 Writer, but also some general improvement for all Writers git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@63425 2327b42d-5241-43d6-9e2a-de5ac946f064 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 5d5e9016..204a2068 100644 --- a/changelog.txt +++ b/changelog.txt @@ -54,6 +54,7 @@ Fixed in SVN: - Bugfix: (MBaker) Workitem 14425 - Wrong exception message while deleting column - General: (MBaker) Applied patch 6609 - Removes a unnecessary loop through each cell when applying conditional formatting to a range. - General: (MBaker) Applied patch 7169 - Removed spurious PHP end tags (?>) +- General: (MBaker) Improved performance specifically for the Excel5 Writer, but also some general improvement for all Writers 2010-08-26 (v1.7.4):