git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@64727 2327b42d-5241-43d6-9e2a-de5ac946f064

This commit is contained in:
Mark Baker 2010-12-02 23:32:58 +00:00
parent a5fceae060
commit d57128a095
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Fixed in SVN:
- Bugfix: (MBaker) Work item 13559 - PHPExcel_Writer_PDF does not handle cell borders correctly
- 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, Excel2007, HTML and PDF Writers, but also some general improvement for all Writers
- General: (MBaker) Improved performance (speed) and reduced memory overheads, particularly for the Writers, but across the whole library.
2010-08-26 (v1.7.4):