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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org). Thia is a
25
25
26
26
### Deprecated
27
27
28
-
- Nothing yet.
28
+
- Worksheet::getHashInt serves no useful purpose. No replacement.
29
+
- Spreadsheet::getId serves no useful purpose. No replacement.
29
30
30
31
### Fixed
31
32
32
33
- Performance improvement when working with large amounts of cells. [Issue #4607](https://github.com/PHPOffice/PhpSpreadsheet/issues/4607)[PR #4609](https://github.com/PHPOffice/PhpSpreadsheet/pull/4609)
33
34
- Minor improvements to Calculation coverage. [PR #4624](https://github.com/PHPOffice/PhpSpreadsheet/pull/4624)
34
35
- Conditional formatting in extLst. [Issue #4629](https://github.com/PHPOffice/PhpSpreadsheet/issues/4629)[PR #4633](https://github.com/PHPOffice/PhpSpreadsheet/pull/4633)
35
36
- Php8.5 deprecates use of null as array index. [PR #4634](https://github.com/PHPOffice/PhpSpreadsheet/pull/4634)
37
+
- For Php8.5, replace one of our two uses of `__wakeup` with `__unserialize`, and eliminate the other. [PR #4639](https://github.com/PHPOffice/PhpSpreadsheet/pull/4639)
36
38
- Use prefix _xlfn for BASE function. [Issue #4638](https://github.com/PHPOffice/PhpSpreadsheet/issues/4638)[PR #4641](https://github.com/PHPOffice/PhpSpreadsheet/pull/4641)
0 commit comments