From 93e8a05780eaed7e5f5b51a8fa072b998ac88fed Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Mon, 5 Dec 2011 23:42:39 +0000 Subject: [PATCH] Feature - initial version of Igbinary (serialized) cell caching git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@83657 2327b42d-5241-43d6-9e2a-de5ac946f064 --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 2a29defe..a6e598a4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -24,7 +24,7 @@ Fixed in SVN: -- Feature: (MBaker) Option for cell caching using SQLite. +- Feature: (MBaker) Options for cell caching using Igbinary and SQLite/SQlite3. - General: (MBaker) Fix to build to ensure that Examples are included with the documentation - General: (MBaker) Reduce cell caching overhead using dirty flag to ensure that cells are only rewritten to the cache if they have actually been changed - General: (MBaker) Improved memory usage in CSV Writer