Update Change Log

This commit is contained in:
MarkBaker 2022-05-16 16:35:35 +02:00
parent 94963f4b97
commit a33ed026e9
1 changed files with 2 additions and 1 deletions

View File

@ -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