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
+14-1Lines changed: 14 additions & 1 deletion
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.8.0
8
+
## TBD - 3.9.0
9
9
10
10
### Added
11
11
@@ -27,6 +27,19 @@ and this project adheres to [Semantic Versioning](https://semver.org).
27
27
28
28
- Nothing yet.
29
29
30
+
## 2025-01-11 - 3.8.0
31
+
32
+
### Added
33
+
34
+
- CHOOSECOLS, CHOOSEROWS, DROP, TAKE, and EXPAND. [PR #4286](https://github.com/PHPOffice/PhpSpreadsheet/pull/4286)
35
+
36
+
### Fixed
37
+
38
+
- Security patch for Html navigation.
39
+
- Xlsx Reader Shared Formula with Boolean Result. Partial solution for [Issue #4280](https://github.com/PHPOffice/PhpSpreadsheet/issues/4280)[PR #4281](https://github.com/PHPOffice/PhpSpreadsheet/pull/4281)
- Extremely limited support for GROUPBY function. Partial response to [Issue #4282](https://github.com/PHPOffice/PhpSpreadsheet/issues/4282)[PR #4283](https://github.com/PHPOffice/PhpSpreadsheet/pull/4283)
0 commit comments