From c9cb4d4286f2cac15887c90170e023148b591c9f Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Fri, 1 May 2015 08:06:07 +0100 Subject: [PATCH] Abstract function PHPExcel_Worksheet_CellIterator::adjustForExistingOnlyRange() cannot contain body --- Classes/PHPExcel/Worksheet/CellIterator.php | 3 +-- changelog.txt | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Classes/PHPExcel/Worksheet/CellIterator.php b/Classes/PHPExcel/Worksheet/CellIterator.php index 77c5d2e3..239cb4ff 100644 --- a/Classes/PHPExcel/Worksheet/CellIterator.php +++ b/Classes/PHPExcel/Worksheet/CellIterator.php @@ -79,8 +79,7 @@ abstract class PHPExcel_Worksheet_CellIterator * * @throws PHPExcel_Exception */ - abstract protected function adjustForExistingOnlyRange() { - } + abstract protected function adjustForExistingOnlyRange(); /** * Set the iterator to loop only existing cells diff --git a/changelog.txt b/changelog.txt index 29377308..7d988cbe 100644 --- a/changelog.txt +++ b/changelog.txt @@ -19,9 +19,13 @@ * * @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL -* @version 1.8.1, 2015-04-30 +* @version ##VERSION##, ##DATE## ************************************************************************************** + +Planned for 1.8.2 + + 2015-04-30 (v1.8.1): - Bugfix: (goncons) Work Item GH-397 - Fix for Writing an Open Document cell with non-numeric formula - Bugfix: (sarciszewski) Work Item GH-329 - Avoid potential divide by zero in basedrawing