Update Change Log (#2522)

Document a number of PRs merged since V21.
This commit is contained in:
oleibman 2022-01-23 14:55:59 -08:00 committed by GitHub
parent b6bd822b9c
commit aa29947e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -41,6 +41,23 @@ and this project adheres to [Semantic Versioning](https://semver.org).
### Fixed
- Various bugs related to Conditional Formatting Rules, and errors in the Xlsx Writer for Conditional Formatting [PR #2491](https://github.com/PHPOffice/PhpSpreadsheet/pull/2491)
- Xlsx Reader merge range fixes.
[Issue #2501](https://github.com/PHPOffice/PhpSpreadsheet/issues/2501)
[PR #2504](https://github.com/PHPOffice/PhpSpreadsheet/pull/2504)
- Handle explicit "date" type for Cell in Xlsx Reader.
[Issue #2373](https://github.com/PHPOffice/PhpSpreadsheet/issues/2373)
[PR #2485](https://github.com/PHPOffice/PhpSpreadsheet/pull/2485)
- Recalibrate Row/Column Dimensions after removeRow/Column.
[Issue #2442](https://github.com/PHPOffice/PhpSpreadsheet/issues/2442)
[PR #2486](https://github.com/PHPOffice/PhpSpreadsheet/pull/2486)
- Refinement for XIRR.
[Issue #2469](https://github.com/PHPOffice/PhpSpreadsheet/issues/2469)
[PR #2487](https://github.com/PHPOffice/PhpSpreadsheet/pull/2487)
- Xlsx Reader handle cell with non-null explicit type but null value.
[Issue #2488](https://github.com/PHPOffice/PhpSpreadsheet/issues/2488)
[PR #2489](https://github.com/PHPOffice/PhpSpreadsheet/pull/2489)
- Xlsx Reader fix height and width for oneCellAnchorDrawings.
[PR #2492](https://github.com/PHPOffice/PhpSpreadsheet/pull/2492)
## 1.21.0 - 2022-01-06