File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
2222
2323### unreleased
2424
25+ (note: new PRs will not be merged until they add release note wording here)
26+
27+ ### 2.0.138
28+
2529- (#1910 via mgravell, fix #1907 , #1263 )
2630 - add support for ` SqlDecimal ` and other types that need to be accessed via ` DbDataReader.GetFieldValue<T> `
2731 - add an overload of ` AddTypeMap ` that supports ` DbDataReader.GetFieldValue<T> ` for additional types
@@ -30,8 +34,6 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
3034 - add missing ` AsyncEnumerable<T> QueryUnbufferedAsync<T>(...) ` and ` GridReader.ReadUnbufferedAsync<T>(...) ` APIs (.NET 5 and later)
3135 - implement ` IAsyncDisposable ` on ` GridReader ` (.NET 5 and later)
3236
33- (note: new PRs will not be merged until they add release note wording here)
34-
3537### 2.0.123
3638
3739- Parameters can now be re-used on subsequent commands (#952 via jamescrowley)
You can’t perform that action at this time.
0 commit comments