From aa29947e0d32716dcca97d3245b5269c059abc92 Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Sun, 23 Jan 2022 14:55:59 -0800 Subject: [PATCH] Update Change Log (#2522) Document a number of PRs merged since V21. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e26a40e1..58bb9a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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