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
+5-1Lines changed: 5 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
-
## 2.0.0 - 2024-01-24
8
+
## Unreleased - TBD
9
9
10
10
### Added
11
11
@@ -26,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
26
26
### Fixed
27
27
28
28
- IF Empty Arguments. [Issue #3875](https://github.com/PHPOffice/PhpSpreadsheet/issues/3875)[Issue #2146](https://github.com/PHPOffice/PhpSpreadsheet/issues/2146)[PR #3879](https://github.com/PHPOffice/PhpSpreadsheet/pull/3879)
29
+
- Changes to floating point in Php8.4. [Issue #3896](https://github.com/PHPOffice/PhpSpreadsheet/issues/3896)[PR #3897](https://github.com/PHPOffice/PhpSpreadsheet/pull/3897)
30
+
- Handling User-supplied Decimal and Thousands Separators. [Issue #3900](https://github.com/PHPOffice/PhpSpreadsheet/issues/3900)[PR #3903](https://github.com/PHPOffice/PhpSpreadsheet/pull/3903)
31
+
- Improve Performance of CSV Writer. [Issue #3904](https://github.com/PHPOffice/PhpSpreadsheet/issues/3904)[PR #3906](https://github.com/PHPOffice/PhpSpreadsheet/pull/3906)
32
+
- Fix issue with prepending zero in percentage [Issue #3920](https://github.com/PHPOffice/PhpSpreadsheet/issues/3920)[PR #3921](https://github.com/PHPOffice/PhpSpreadsheet/pull/3921)
If you are building your installation on a development machine that is on a different PHP version to the server where it will be deployed, or if your PHP CLI version is not the same as your run-time such as `php-fpm` or Apache's `mod_php`, then you might want to add the following to your `composer.json` before installing:
If you are building your installation on a development machine that is on a different PHP version to the server where it will be deployed, or if your PHP CLI version is not the same as your run-time such as `php-fpm` or Apache's `mod_php`, then you might want to add the following to your `composer.json` before installing:
0 commit comments