Skip to content

Commit 62ae60d

Browse files
committed
Updated changelog for 1.1.3
1 parent 2f447a4 commit 62ae60d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Changelog
22

3-
## 1.1.2
3+
## 1.1.3
44

55
Reference implementation of the Excel grammar published in the upcoming paper "A Grammar for Spreadsheet Formulas Evaluated on Two Large Datasets" by E. Aivaloglou, D. Hoepelman and F. Hermans.
66

7+
* Added all formulas from EUSES and Enron datasets and tests to check if they all parse
8+
* Made parser thread safe
9+
* Fixed [#9](https://github.com/PerfectXL/XLParser/issues/9): some tokens which would not accept all unicode characters (like UDF) now do so
10+
* `'Sheet1:Sheet5'` will now correctly parse as `MULTIPLESHEETS` instead of a single sheet
11+
12+
13+
## 1.1.2
14+
715
Fixed [#1](https://github.com/PerfectXL/XLParser/issues/1), [#2](https://github.com/PerfectXL/XLParser/issues/2), [#4](https://github.com/PerfectXL/XLParser/issues/4).
816

917
* Added a web demo in app/XLParser.Web which generates parse tree images

0 commit comments

Comments
 (0)