File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased ]
8+ ## [ 1.0.0 ] - 2017-12-25
99
1010### Added
1111
1212- Support to write merged cells in ODS format [ #287 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/287 )
1313- Able to set the ` topLeftCell ` in freeze panes [ #261 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/261 )
14-
15- ### Changed
14+ - Support ` DateTimeImmutable ` as cell value
15+ - Support migration of prefixed classes
1616
1717### Fixed
1818
1919- Can read very small HTML files - [ #194 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/194 )
2020- Written DataValidation was corrupted - [ #290 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/290 )
21+ - Date format compatible with both LibreOffice and Excel - [ #298 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/298 )
2122
2223### BREAKING CHANGE
2324
You can’t perform that action at this time.
0 commit comments