Update Change Log (#2359)

Preparatory to new release expected soon.
This commit is contained in:
oleibman 2021-10-29 17:04:32 -07:00 committed by GitHub
parent c333a2f094
commit e67f858c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -44,6 +44,24 @@ and this project adheres to [Semantic Versioning](https://semver.org).
- Nothing.
### Fixed
- Unexpected format in Xlsx Timestamp
[Issue #2331](https://github.com/PHPOffice/PhpSpreadsheet/issues/2331)
[PR #2332](https://github.com/PHPOffice/PhpSpreadsheet/pull/2332)
- Corrections for HLOOKUP
[Issue #2123](https://github.com/PHPOffice/PhpSpreadsheet/issues/2123)
[PR #2330](https://github.com/PHPOffice/PhpSpreadsheet/pull/2330)
- Corrections for Xlsx Read Comments
[Issue #2316](https://github.com/PHPOffice/PhpSpreadsheet/issues/2316)
[PR #2329](https://github.com/PHPOffice/PhpSpreadsheet/pull/2329)
- Lowercase Calibri font names
[Issue #2273](https://github.com/PHPOffice/PhpSpreadsheet/issues/2273)
[PR #2325](https://github.com/PHPOffice/PhpSpreadsheet/pull/2325)
- isFormula Referencing Sheet with Space in Title
[Issue #2304](https://github.com/PHPOffice/PhpSpreadsheet/issues/2304)
[PR #2306](https://github.com/PHPOffice/PhpSpreadsheet/pull/2306)
- Xls Reader Fatal Error due to Undefined Offset
[Issue #1114](https://github.com/PHPOffice/PhpSpreadsheet/issues/1114)
[PR #2308](https://github.com/PHPOffice/PhpSpreadsheet/pull/2308)
- Permit Csv Reader delimiter to be set to null.
[Issue #2287](https://github.com/PHPOffice/PhpSpreadsheet/issues/2287)
[PR #2288](https://github.com/PHPOffice/PhpSpreadsheet/pull/2288)