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
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ 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.7.0
8
+
## TBD - 3.8.0
9
9
10
10
### Added
11
11
12
-
-Nothing yet.
12
+
-CHOOSECOLS, CHOOSEROWS, DROP, TAKE, and EXPAND. [PR #4286](https://github.com/PHPOffice/PhpSpreadsheet/pull/4286)
13
13
14
14
### Changed
15
15
@@ -21,11 +21,28 @@ and this project adheres to [Semantic Versioning](https://semver.org).
21
21
22
22
### Deprecated
23
23
24
+
- Nothing yet.
25
+
26
+
### Fixed
27
+
28
+
- 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)
- Drawing::setIsUrl is unneeded. The property is set when setPath determines whether path is a url.
25
36
26
37
### Fixed
27
38
28
-
- More context options may be needed for http(s) image. [Php issue 17121](https://github.com/php/php-src/issues/17121)[PR #4276](https://github.com/PHPOffice/PhpSpreadsheet/pull/4276)
39
+
- Security patches for Samples.
40
+
- Security patches for Html Writer.
41
+
- Avoid unexpected charset in currency symbol. [PR #4279](https://github.com/PHPOffice/PhpSpreadsheet/pull/4279)
42
+
- Add forceFullCalc option to Xlsx Writer. [Issue #4269](https://github.com/PHPOffice/PhpSpreadsheet/issues/4269)[PR #4271](https://github.com/PHPOffice/PhpSpreadsheet/pull/4271)
43
+
- More context options may be needed for http(s) image. [Php issue 17121](https://github.com/php/php-src/issues/17121)[PR #4276](https://github.com/PHPOffice/PhpSpreadsheet/pull/4276)
44
+
- Coverage-related tweaks to Xls Reader. [PR #4277](https://github.com/PHPOffice/PhpSpreadsheet/pull/4277)
45
+
- Several fixed to ODS Writer. [Issue #4261](https://github.com/PHPOffice/PhpSpreadsheet/issues/4261)[PR #4263](https://github.com/PHPOffice/PhpSpreadsheet/pull/4263)[PR #4264](https://github.com/PHPOffice/PhpSpreadsheet/pull/4264)[PR #4266](https://github.com/PHPOffice/PhpSpreadsheet/pull/4266)
0 commit comments