Skip to content

Commit 43e0e64

Browse files
committed
CHANGELOG.md contribution
1 parent 31ca617 commit 43e0e64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
5757

5858
Nor is this a perfect solution, as there may still be issues when function calls have array arguments that themselves contain function calls; but it's still better than the current logic.
5959
- Fix for escaping double quotes within a formula [Issue #1971](https://github.com/PHPOffice/PhpSpreadsheet/issues/1971) [PR #2651](https://github.com/PHPOffice/PhpSpreadsheet/pull/2651)
60+
- Fix invalid style of cells in empty columns with columnDimensions in added external sheet. [PR #2739](https://github.com/PHPOffice/PhpSpreadsheet/pull/2739)
6061

6162
## 1.22.0 - 2022-02-18
6263

@@ -292,15 +293,15 @@ and this project adheres to [Semantic Versioning](https://semver.org).
292293

293294
### Changed
294295

295-
- Use of `nb` rather than `no` as the locale code for Norsk Bokmål.
296+
- Use of `nb` rather than `no` as the locale code for Norsk Bokmal.
296297

297298
### Deprecated
298299

299300
- All Excel Function implementations in `Calculation\Database`, `Calculation\DateTime`, `Calculation\Engineering`, `Calculation\Financial`, `Calculation\Logical`, `Calculation\LookupRef`, `Calculation\MathTrig`, `Calculation\Statistical`, `Calculation\TextData` and `Calculation\Web` have been moved to dedicated classes for individual functions or groups of related functions. See the docblocks against all the deprecated methods for details of the new methods to call instead. At some point, these old classes will be deleted.
300301

301302
### Removed
302303

303-
- Use of `nb` rather than `no` as the locale language code for Norsk Bokmål.
304+
- Use of `nb` rather than `no` as the locale language code for Norsk Bokmal.
304305

305306
### Fixed
306307

0 commit comments

Comments
 (0)