Skip to content

Commit 5719b21

Browse files
committed
FIX: Changelog revert unwanted changes
1 parent 43e0e64 commit 5719b21

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
@@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
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)
6060
- Fix invalid style of cells in empty columns with columnDimensions in added external sheet. [PR #2739](https://github.com/PHPOffice/PhpSpreadsheet/pull/2739)
6161

62+
6263
## 1.22.0 - 2022-02-18
6364

6465
### Added
@@ -293,15 +294,15 @@ and this project adheres to [Semantic Versioning](https://semver.org).
293294

294295
### Changed
295296

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

298299
### Deprecated
299300

300301
- 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.
301302

302303
### Removed
303304

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

306307
### Fixed
307308

0 commit comments

Comments
 (0)