From a33ed026e9aa48e342be14e5dcaa31ab2415bc79 Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Mon, 16 May 2022 16:35:35 +0200 Subject: [PATCH] Update Change Log --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60d7425..128e1d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org). ### Added - Add point size option for scatter charts +- Basic support for Xlsx reading/writing Chart Sheets [PR #2830](https://github.com/PHPOffice/PhpSpreadsheet/pull/2830) ### Changed - Memory and speed improvements, particularly for the Cell Collection, and the Writers. - See [the Discussion](https://github.com/PHPOffice/PhpSpreadsheet/discussions/2821) for details of performance + See [the Discussion section on github](https://github.com/PHPOffice/PhpSpreadsheet/discussions/2821) for details of performance across versions ### Deprecated