Changelog for 1.16.0 release

This commit is contained in:
MarkBaker 2020-12-31 19:03:49 +01:00
parent 002044cce9
commit 76d4323b85
1 changed files with 25 additions and 3 deletions

View File

@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org).
### Added
- Nothing.
### Changed
- Nothing.
### Deprecated
- Nothing.
### Removed
- Nothing.
### Fixed
- Nothing.
## 1.16.0 - 2020-12-31
### Added
- CSV Reader - Best Guess for Encoding, and Handle Null-string Escape [#1647](https://github.com/PHPOffice/PhpSpreadsheet/issues/1647)
### Changed