From fb9a1e2ca844b2bef5b794c81841ea044dfe8f5d Mon Sep 17 00:00:00 2001 From: Maarten Balliauw Date: Mon, 28 Feb 2011 00:16:46 +0000 Subject: [PATCH] Preparing 1.7.6 git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@69504 2327b42d-5241-43d6-9e2a-de5ac946f064 --- changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 21c4c555..f3e0d595 100644 --- a/changelog.txt +++ b/changelog.txt @@ -24,6 +24,9 @@ Fixed in SVN: + + +2011-02)27 (v1.7.6): - Feature: (MBaker) Provide option to use PCLZip as an alternative to ZipArchive. This allows the writing of Excel2007 files, even without ZipArchive enabled (it does require zlib), or when php_zip is one of the buggy PHP 5.2.6 or 5.2.8 versions It can be enabled using PHPExcel_Settings::setZipClass(PHPExcel_Settings::PCLZIP); @@ -75,8 +78,6 @@ Fixed in SVN: - General: (MBaker) Removed Serialized Reader/Writer as these no longer work. - - 2010-12-10 (v1.7.5): - Feature: (MBaker) Work item 8769 - Implement Gnumeric File Format Initial work on Gnumeric Reader (Worksheet Data, Document Properties and basic Formatting)