From 7d4dc74fc6219739f1b6e0a7a2f87fdbf33c6ca5 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Thu, 17 Aug 2017 15:17:23 +0200 Subject: [PATCH] Release 1.0.0-beta --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1f8773..f7179613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Changed + +### Fixed + + +## [1.0.0-beta] - 2017-08-17 + +### Added + - Initial implementation of SUMIFS() function - Additional codepages - MemoryDrawing not working in HTML writer [#808](https://github.com/PHPOffice/PHPExcel/issues/808) @@ -18,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Start following [SemVer](http://semver.org) properly. -### Bugfixes +### Fixed - Fix to getCell() method when cell reference includes a worksheet reference - @MarkBaker - Ignore inlineStr type if formula element exists - @ncrypthic [#570](https://github.com/PHPOffice/PHPExcel/issues/570)