You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com)
6
6
and this project adheres to [Semantic Versioning](https://semver.org).
7
7
8
-
## TBD - 3.6.0
8
+
## 2024-12-08 - 3.6.0
9
9
10
10
### Added
11
11
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
31
31
- Swapped row and column indexes in ReferenceHelper. [Issue #4246](https://github.com/PHPOffice/PhpSpreadsheet/issues/4246)[PR #4247](https://github.com/PHPOffice/PhpSpreadsheet/pull/4247)
32
32
- Fix minor break handling drawings. [Issue #4241](https://github.com/PHPOffice/PhpSpreadsheet/issues/4241)[PR #4244](https://github.com/PHPOffice/PhpSpreadsheet/pull/4244)
33
33
- Ignore cell formatting when the format is a single @. [Issue #4242](https://github.com/PHPOffice/PhpSpreadsheet/issues/4242)[PR #4243](https://github.com/PHPOffice/PhpSpreadsheet/pull/4243)
34
+
- Upgrade Dompdf to Php-8.4 compatible version [PR #4267](https://github.com/PHPOffice/PhpSpreadsheet/pull/4267)
0 commit comments