Release 1.0.0-beta

This commit is contained in:
Adrien Crivelli 2017-08-17 15:17:23 +02:00
parent 5e49a87746
commit 7d4dc74fc6
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
### Changed
### Fixed
## [1.0.0-beta] - 2017-08-17
### Added
- Initial implementation of SUMIFS() function - Initial implementation of SUMIFS() function
- Additional codepages - Additional codepages
- MemoryDrawing not working in HTML writer [#808](https://github.com/PHPOffice/PHPExcel/issues/808) - 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. - Start following [SemVer](http://semver.org) properly.
### Bugfixes ### Fixed
- Fix to getCell() method when cell reference includes a worksheet reference - @MarkBaker - 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) - Ignore inlineStr type if formula element exists - @ncrypthic [#570](https://github.com/PHPOffice/PHPExcel/issues/570)