Skip to content

Commit ce79f17

Browse files
author
MarkBaker
committed
Update changelog
1 parent a184b0f commit ce79f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

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

1212
- Implemented DataBar for conditional formatting in Xlsx, providing read/write and creation of (type, value, direction, fills, border, axis position, color settings) as DataBar options in Excel. [#1754](https://github.com/PHPOffice/PhpSpreadsheet/pull/1754)
13+
- Alignment for ODS Writer [#1796](https://github.com/PHPOffice/PhpSpreadsheet/issues/1796)
1314

1415
### Changed
1516

@@ -21,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2122
`RADIANS()` (deg2rad), `SIN()`, `SINH()`, `SQRT()`, `TAN()`, `TANH()`.
2223

2324
One TextData function is also affected: `REPT()` (str_repeat).
25+
- `formatAsDate` correctly matches language metadata, reverting c55272e
2426

2527
### Deprecated
2628

@@ -44,13 +46,11 @@ and this project adheres to [Semantic Versioning](https://semver.org).
4446

4547
### Added
4648

47-
- Alignment for ODS Writer [#1796](https://github.com/PHPOffice/PhpSpreadsheet/issues/1796)
4849
- CSV Reader - Best Guess for Encoding, and Handle Null-string Escape [#1647](https://github.com/PHPOffice/PhpSpreadsheet/issues/1647)
4950

5051
### Changed
5152

5253
- Updated the CONVERT() function to support all current MS Excel categories and Units of Measure.
53-
- `formatAsDate` correctly matches language metadata, reverting c55272e
5454

5555
### Deprecated
5656

0 commit comments

Comments
 (0)