Update Changelog

This commit is contained in:
Adrien Crivelli 2017-09-11 14:42:14 +09:00
parent 81c1b14048
commit 67289369cb
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Control characters in cell values are automatically escaped [#212](https://github.com/PHPOffice/PhpSpreadsheet/issues/212)
- Control characters in cell values are automatically escaped - [#212](https://github.com/PHPOffice/PhpSpreadsheet/issues/212)
- Prevent color changing when copy/pasting xls files written by PhpSpreadsheet to another file - @al-lala [#218](https://github.com/PHPOffice/PhpSpreadsheet/issues/218)
### BREAKING CHANGE