Skip to content

Commit 7a4d731

Browse files
committed
Update changelog.
1 parent ea215a6 commit 7a4d731

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# Changelog
22

3-
### 2.0.0
3+
### 2.0.0 (PRERELEASE)
44

5-
* Remove support for Microsoft Jet
6-
* MS Ace driver is now a hard requirement
5+
* Remove support for Microsoft Jet as it was deprecated many years ago, and only works in 32-bit applications.
6+
* MS Ace driver is now a *requirement*.
77
* Target AnyCPU
8-
* Switch .Net framework to 4.5.1
8+
* Target .Net Framework v3.5, v4.5.1, and v4.6.
9+
* Fix `ExcelQueryFactory` not being disposed properly.
10+
* Fix incorrect worksheet names that contain a `$`.
11+
* Remotion.Linq updated, and no longer bundled with project.
12+
* Added support for unary expressions in Linq aggregate functions.
13+
* Added support for primitive value type results to be cast to `Nullable<T>` counterparts.
14+
* Fix "item already inserted" issue in AddTransformation. Thanks **@tkestowicz**.
15+
* Throw Exception with row number and column name/number. Thanks **@achvaicer**.
16+
* Added a method of gathering "unmapped cells". Thanks **@freakingawesome**.
17+
18+
* Other notes:
19+
* Thanks to **@cuongtranba** for helping to move the project to Nunit.
20+
921

1022
### 1.11.0
1123

0 commit comments

Comments
 (0)