Correction to Change Log
This commit is contained in:
parent
572f4e94bd
commit
1801f582f5
|
|
@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
|
|||
|
||||
This functionality is locale-aware, using the server's locale settings to identify the thousands and decimal separators.
|
||||
|
||||
- Support for two cell anchor drawing of images. [#2532](https://github.com/PHPOffice/PhpSpreadsheet/pull/2532)
|
||||
|
||||
### Changed
|
||||
|
||||
- Gnumeric Reader now loads number formatting for cells.
|
||||
|
|
@ -79,7 +81,6 @@ and this project adheres to [Semantic Versioning](https://semver.org).
|
|||
- Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae" [#2562](https://github.com/PHPOffice/PhpSpreadsheet/issues/2562)
|
||||
- Enable most of the Date/Time functions to accept array arguments [#2573](https://github.com/PHPOffice/PhpSpreadsheet/issues/2573)
|
||||
- Array ready functions - Text, Math/Trig, Statistical, Engineering and Logical [#2580](https://github.com/PHPOffice/PhpSpreadsheet/issues/2580)
|
||||
- Support for two cell anchor drawing of images. [#2532](https://github.com/PHPOffice/PhpSpreadsheet/pull/2532)
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue