Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworkman committed Aug 26, 2018
1 parent ea215a6 commit 7a4d731
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Changelog

### 2.0.0
### 2.0.0 (PRERELEASE)

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

* Other notes:
* Thanks to **@cuongtranba** for helping to move the project to Nunit.


### 1.11.0

Expand Down

0 comments on commit 7a4d731

Please sign in to comment.