Skip to content

Commit da7adcd

Browse files
committed
Update CHANGELOG
1 parent 1741766 commit da7adcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org).
3030
- **Xlsx** (Previously only simple named ranges were supported)
3131
- **Xls** (Previously neither named ranges nor formulae were supported) - Still not supported, but some parser issues resolved that previously failed to differentiate between a defined name and a function name
3232
- **Ods** (Previously neither named ranges nor formulae were supported)
33+
- Support for PHP 8.0
3334

3435
### Changed
3536

3637
- Improve Coverage for ODS Reader [#1545](https://github.com/phpoffice/phpspreadsheet/pull/1545)
3738
- Named formula implementation, and improved handling of Defined Names generally [#1535](https://github.com/PHPOffice/PhpSpreadsheet/pull/1535)
3839
- fix resolution of relative named range values in the calculation engine; previously all named range values had been treated as absolute.
3940
- Drop $this->spreadSheet null check from Xlsx Writer [#1646](https://github.com/phpoffice/phpspreadsheet/pull/1646)
41+
- Improving Coverage for Excel2003 XML Reader [#1557](https://github.com/phpoffice/phpspreadsheet/pull/1557)
4042

4143
### Deprecated
4244

@@ -582,4 +584,4 @@ For a comprehensive list of all class changes, and a semi-automated migration pa
582584

583585
## Previous versions of PHPExcel
584586

585-
The changelog for the project when it was called PHPExcel is [still available](./CHANGELOG.PHPExcel.md).
587+
The changelog for the project when it was called PHPExcel is [still available](./CHANGELOG.PHPExcel.md).

0 commit comments

Comments
 (0)