File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Improved the ARABIC function to also hande short-hand roman numerals
13
+
14
+ ### Fixed
15
+
16
+ - Fix ROUNDUP and ROUNDDOWN for floating-point rounding error [ #1404 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/1404 )
17
+ - Fix loading styles from vmlDrawings when containing whitespace [ #1347 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/1347 )
18
+
19
+ ## [ 1.11.0] - 2020-03-02
20
+
21
+ ### Added
22
+
23
+ - Added support for the BASE function
24
+ - Added support for the ARABIC function
10
25
- Conditionals - Extend Support for (NOT)CONTAINSBLANKS [ #1278 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/1278 )
11
26
12
27
### Fixed
@@ -19,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org).
19
34
- Fix active cell when freeze pane is used [ #1323 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/1323 )
20
35
- Fix XLSX file loading with autofilter containing '$' [ #1326 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/1326 )
21
36
- PHPDoc - Use ` @return $this ` for fluent methods [ #1362 ] ( https://github.com/PHPOffice/PhpSpreadsheet/pull/1362 )
22
- - Fix loading styles from vmlDrawings when containing whitespace [ #1347 ] ( https://github.com/PHPOffice/PhpSpreadsheet/issues/1347 )
23
37
24
38
## [ 1.10.1] - 2019-12-02
25
39
You can’t perform that action at this time.
0 commit comments