Skip to content

Commit 3c00047

Browse files
committed
Prepare changelog for next version
1 parent 3a9e29b commit 3c00047

File tree

1 file changed

+30
-28
lines changed

1 file changed

+30
-28
lines changed

CHANGELOG.md

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com)
66
and this project adheres to [Semantic Versioning](https://semver.org).
77

8+
## Unreleased - TBD
9+
10+
### Added
11+
12+
- Nothing
13+
14+
### Changed
15+
16+
- Nothing
17+
-
18+
### Deprecated
19+
20+
- Nothing
21+
22+
### Removed
23+
24+
- Nothing
25+
26+
### Fixed
27+
828
## 1.22.0 - 2022-02-18
929

1030
### Added
@@ -57,38 +77,20 @@ and this project adheres to [Semantic Versioning](https://semver.org).
5777

5878
### Fixed
5979

60-
- Fixed `ReferenceHelper@insertNewBefore` behavior when removing column before last column with null value
61-
[PR #2541](https://github.com/PHPOffice/PhpSpreadsheet/pull/2541)
80+
- Fixed `ReferenceHelper@insertNewBefore` behavior when removing column before last column with null value [PR #2541](https://github.com/PHPOffice/PhpSpreadsheet/pull/2541)
6281
- Fix bug with `DOLLARDE()` and `DOLLARFR()` functions when the dollar value is negative [Issue #2578](https://github.com/PHPOffice/PhpSpreadsheet/issues/2578) [PR #2579](https://github.com/PHPOffice/PhpSpreadsheet/pull/2579)
6382
- Fix partial function name matching when translating formulae from Russian to English [Issue #2533](https://github.com/PHPOffice/PhpSpreadsheet/issues/2533) [PR #2534](https://github.com/PHPOffice/PhpSpreadsheet/pull/2534)
6483
- Various bugs related to Conditional Formatting Rules, and errors in the Xlsx Writer for Conditional Formatting [PR #2491](https://github.com/PHPOffice/PhpSpreadsheet/pull/2491)
65-
- Xlsx Reader merge range fixes.
66-
[Issue #2501](https://github.com/PHPOffice/PhpSpreadsheet/issues/2501)
67-
[PR #2504](https://github.com/PHPOffice/PhpSpreadsheet/pull/2504)
68-
- Handle explicit "date" type for Cell in Xlsx Reader.
69-
[Issue #2373](https://github.com/PHPOffice/PhpSpreadsheet/issues/2373)
70-
[PR #2485](https://github.com/PHPOffice/PhpSpreadsheet/pull/2485)
71-
- Recalibrate Row/Column Dimensions after removeRow/Column.
72-
[Issue #2442](https://github.com/PHPOffice/PhpSpreadsheet/issues/2442)
73-
[PR #2486](https://github.com/PHPOffice/PhpSpreadsheet/pull/2486)
74-
- Refinement for XIRR.
75-
[Issue #2469](https://github.com/PHPOffice/PhpSpreadsheet/issues/2469)
76-
[PR #2487](https://github.com/PHPOffice/PhpSpreadsheet/pull/2487)
77-
- Xlsx Reader handle cell with non-null explicit type but null value.
78-
[Issue #2488](https://github.com/PHPOffice/PhpSpreadsheet/issues/2488)
79-
[PR #2489](https://github.com/PHPOffice/PhpSpreadsheet/pull/2489)
80-
- Xlsx Reader fix height and width for oneCellAnchorDrawings.
81-
[PR #2492](https://github.com/PHPOffice/PhpSpreadsheet/pull/2492)
84+
- Xlsx Reader merge range fixes. [Issue #2501](https://github.com/PHPOffice/PhpSpreadsheet/issues/2501) [PR #2504](https://github.com/PHPOffice/PhpSpreadsheet/pull/2504)
85+
- Handle explicit "date" type for Cell in Xlsx Reader. [Issue #2373](https://github.com/PHPOffice/PhpSpreadsheet/issues/2373) [PR #2485](https://github.com/PHPOffice/PhpSpreadsheet/pull/2485)
86+
- Recalibrate Row/Column Dimensions after removeRow/Column. [Issue #2442](https://github.com/PHPOffice/PhpSpreadsheet/issues/2442) [PR #2486](https://github.com/PHPOffice/PhpSpreadsheet/pull/2486)
87+
- Refinement for XIRR. [Issue #2469](https://github.com/PHPOffice/PhpSpreadsheet/issues/2469) [PR #2487](https://github.com/PHPOffice/PhpSpreadsheet/pull/2487)
88+
- Xlsx Reader handle cell with non-null explicit type but null value. [Issue #2488](https://github.com/PHPOffice/PhpSpreadsheet/issues/2488) [PR #2489](https://github.com/PHPOffice/PhpSpreadsheet/pull/2489)
89+
- Xlsx Reader fix height and width for oneCellAnchorDrawings. [PR #2492](https://github.com/PHPOffice/PhpSpreadsheet/pull/2492)
8290
- Fix rounding error in NumberFormat::NUMBER_PERCENTAGE, NumberFormat::NUMBER_PERCENTAGE_00. [PR #2555](https://github.com/PHPOffice/PhpSpreadsheet/pull/2555)
83-
- Don't treat thumbnail file as xml.
84-
[Issue #2516](https://github.com/PHPOffice/PhpSpreadsheet/issues/2516)
85-
[PR #2517](https://github.com/PHPOffice/PhpSpreadsheet/pull/2517)
86-
- Eliminating Xlsx Reader warning when no sz tag for RichText.
87-
[Issue #2542](https://github.com/PHPOffice/PhpSpreadsheet/issues/2542)
88-
[PR #2550](https://github.com/PHPOffice/PhpSpreadsheet/pull/2550)
89-
- Fix Xlsx/Xls Writer handling of inline strings.
90-
[Issue #353](https://github.com/PHPOffice/PhpSpreadsheet/issues/353)
91-
[PR #2569](https://github.com/PHPOffice/PhpSpreadsheet/pull/2569)
91+
- Don't treat thumbnail file as xml. [Issue #2516](https://github.com/PHPOffice/PhpSpreadsheet/issues/2516) [PR #2517](https://github.com/PHPOffice/PhpSpreadsheet/pull/2517)
92+
- Eliminating Xlsx Reader warning when no sz tag for RichText. [Issue #2542](https://github.com/PHPOffice/PhpSpreadsheet/issues/2542) [PR #2550](https://github.com/PHPOffice/PhpSpreadsheet/pull/2550)
93+
- Fix Xlsx/Xls Writer handling of inline strings. [Issue #353](https://github.com/PHPOffice/PhpSpreadsheet/issues/353) [PR #2569](https://github.com/PHPOffice/PhpSpreadsheet/pull/2569)
9294
- Richtext colors were not being read correctly after namespace change [#2458](https://github.com/PHPOffice/PhpSpreadsheet/issues/2458)
9395
- Fix discrepancy between the way markdown tables are rendered in ReadTheDocs and in PHPStorm [#2520](https://github.com/PHPOffice/PhpSpreadsheet/issues/2520)
9496
- Update Russian Functions Text File [#2557](https://github.com/PHPOffice/PhpSpreadsheet/issues/2557)

0 commit comments

Comments
 (0)