Skip to content

Commit 8e5c996

Browse files
author
Erling Paulsen
committed
Adding release notes for new version
1 parent 9a15240 commit 8e5c996

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

releasenotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Releasenotes
22

3+
## 2.0.2
4+
- Bugfix of typeconversion for arrays
5+
6+
## 2.0.1
7+
- Minor bugfix of issue #46 , which was a regression of how `OracleValueConverter` behaves. Many thanks to @opejanovic for fixing this.
8+
9+
## 2.0.0
10+
- Dependency switched to Dapper 2.0.35
11+
- Value conversion improvements (Thanks to @Havagan in PR #44 )
12+
- Parameters collection is now available before execution (Thanks to @opejanovic in PR #37)
13+
- Minimum full framework version bumped to .net 4.6.2, given that .net 4.5 is EOL.
14+
315
## 1.2.1
416
- Fixed bug in type converter
517
- Added doc for Type handlers

0 commit comments

Comments
 (0)