From 7a4d7319888acbeace0a3a6bc465ad7c9ac0d13d Mon Sep 17 00:00:00 2001 From: Stephen Workman Date: Sat, 25 Aug 2018 22:53:32 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae95a2..f22fc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` 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