Skip to content

Commit 3a5a818

Browse files
committed
Update Changelog
1 parent f0219ff commit 3a5a818

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## 1.29.2 - TBD
8+
## 1.29.2 - 2024-09-29
99

1010
### Fixed
1111

@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
1414
- 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)
1515
- Tweaks to ROUNDUP, ROUNDDOWN, TRUNC, AMORDEGRC (results had been different under 8.4).
1616

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

1923
- 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)