Skip to content

Commit 4d597c1

Browse files
authored
Merge pull request #4722 from oleibman/changelog20251124
Prepare Changelog for Next Release
2 parents 95b83f4 + 71d77fa commit 4d597c1

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ 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). Thia is always true of the master branch. Some earlier branches remain supported and security fixes are applied to them; if the security fix represents a breaking change, it may have to be applied as a minor or patch version.
77

8-
## TBD - 5.3.0
8+
## TBD - 5.4.0
99

1010
### Added
1111

12-
- Formal support for Php8.5.
13-
- Limited Printarea support for Html/Pdf. [Issue #3941](https://github.com/PHPOffice/PhpSpreadsheet/issues/3941) [PR #4711](https://github.com/PHPOffice/PhpSpreadsheet/pull/4711)
14-
- Implement missing `INFO` function. [PR #4709](https://github.com/PHPOffice/PhpSpreadsheet/pull/4709)
15-
- Implement missing `BAHTTEXT` function. [PR #4715](https://github.com/PHPOffice/PhpSpreadsheet/pull/4715)
12+
- Nothing yet.
1613

1714
### Removed
1815

@@ -28,6 +25,23 @@ and this project adheres to [Semantic Versioning](https://semver.org). Thia is a
2825

2926
### Deprecated
3027

28+
- Nothing yet.
29+
30+
### Fixed
31+
32+
- Nothing yet.
33+
34+
## 2025-11-24 - 5.3.0
35+
36+
### Added
37+
38+
- Formal support for Php8.5.
39+
- Limited Printarea support for Html/Pdf. [Issue #3941](https://github.com/PHPOffice/PhpSpreadsheet/issues/3941) [PR #4711](https://github.com/PHPOffice/PhpSpreadsheet/pull/4711)
40+
- Implement missing `INFO` function. [PR #4709](https://github.com/PHPOffice/PhpSpreadsheet/pull/4709)
41+
- Implement missing `BAHTTEXT` function. [PR #4715](https://github.com/PHPOffice/PhpSpreadsheet/pull/4715)
42+
43+
### Deprecated
44+
3145
- $dataType, the second parameter of Cell::setValueExplicit, is currently optional. Omitting it is deprecated, and it will be required in a future release.
3246

3347
### Fixed

0 commit comments

Comments
 (0)