Skip to content

Commit 0ff0187

Browse files
authored
fix most recent changes to the changelog: (#2561)
- fix indentation - add links to PRs - put latest changes to the bottom of each section
1 parent d0c9ea3 commit 0ff0187

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2929
- Full support of the above CF Rules for the Xlsx Reader and Writer; even when the file being loaded has CF rules listed in the `<extLst><ext><ConditionalFormattings>` element for the worksheet rather than the `<ConditionalFormatting>` element.
3030
- Provision of a CellMatcher to identify if rules are matched for a cell, and which matching style will be applied.
3131
- Improved documentation and examples, covering all supported CF rule types.
32-
- Add support for one digit decimals (FORMAT_NUMBER_0, FORMAT_PERCENTAGE_0)
32+
- Add support for one digit decimals (FORMAT_NUMBER_0, FORMAT_PERCENTAGE_0). [PR #2525](https://github.com/PHPOffice/PhpSpreadsheet/pull/2525)
3333

3434
### Changed
3535

36-
- Additional Russian translations for Excel Functions (courtesy of aleks-samurai)
36+
- Additional Russian translations for Excel Functions (courtesy of aleks-samurai).
37+
- Improved code coverage for NumberFormat. [PR #2556](https://github.com/PHPOffice/PhpSpreadsheet/pull/2556)
3738

3839
### Deprecated
3940

@@ -45,7 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org).
4546

4647
### Fixed
4748

48-
- Fix rounding error in NumberFormat::NUMBER_PERCENTAGE, NumberFormat::NUMBER_PERCENTAGE_00
4949
- 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)
5050
- 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)
5151
- Xlsx Reader merge range fixes.
@@ -65,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
6565
[PR #2489](https://github.com/PHPOffice/PhpSpreadsheet/pull/2489)
6666
- Xlsx Reader fix height and width for oneCellAnchorDrawings.
6767
[PR #2492](https://github.com/PHPOffice/PhpSpreadsheet/pull/2492)
68+
- Fix rounding error in NumberFormat::NUMBER_PERCENTAGE, NumberFormat::NUMBER_PERCENTAGE_00. [PR #2555](https://github.com/PHPOffice/PhpSpreadsheet/pull/2555)
69+
6870

6971
## 1.21.0 - 2022-01-06
7072

0 commit comments

Comments
 (0)