Skip to content

Commit c972c14

Browse files
committed
Update Changelog
1 parent c251ef5 commit c972c14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com)
66
and this project adheres to [Semantic Versioning](https://semver.org).
77

8-
## TBD - 2.3.0
8+
## 2024-09-29 - 2.3.0
99

1010
### Fixed
1111

12+
- Backported security patches.
1213
- Improve Xlsx Reader speed (backport of PR #4153 intended for 3.0.0). [Issue #3917](https://github.com/PHPOffice/PhpSpreadsheet/issues/3917)
1314
- Change to Csv Reader (see below under Deprecated). Backport of PR #4162 intended for 3.0.0. [Issue #4161](https://github.com/PHPOffice/PhpSpreadsheet/issues/4161)
1415
- Tweak to AMORDEGRC. Backport of PR #4164 intended for 3.0.0.
1516

17+
### Changed
18+
19+
- Images will not be added to spreadsheet if they cannot be validated as images.
20+
1621
### Deprecated
1722

1823
- Php8.4 will deprecate the escape parameter of fgetcsv. Csv Reader is affected by this; code is changed to be unaffected, but this will mean a breaking change is coming with Php9. Any code which uses the default escape value of backslash will fail in Php9. It is recommended to explicitly set the escape value to null string before then.

0 commit comments

Comments
 (0)