File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ Version History
14
14
### 0.38.0
15
15
16
16
* Add Serilog logging provider: [ #463 ] ( https://github.com/mysql-net/MySqlConnector/issues/463 ) .
17
+ * Add NLog logging provider: [ #470 ] ( https://github.com/mysql-net/MySqlConnector/pull/470 ) .
17
18
* Implement ` IDbDataParameter ` on ` MySqlParameter ` : [ #465 ] ( https://github.com/mysql-net/MySqlConnector/issues/465 ) .
18
19
* Implement ` MySqlDataReader.GetChar ` : [ #456 ] ( https://github.com/mysql-net/MySqlConnector/issues/456 ) .
19
20
* Add ` MySqlDataReader.GetFieldType(string) ` overload: [ #440 ] ( https://github.com/mysql-net/MySqlConnector/issues/440 ) .
20
21
* Fix a connection pooling session leak in high contention scenarios: [ #469 ] ( https://github.com/mysql-net/MySqlConnector/issues/469 ) .
21
22
* Fix overhead of extra connection pools created in a race: [ #468 ] ( https://github.com/mysql-net/MySqlConnector/issues/468 ) .
22
- * Thanks to [ Marc Lewandowski] ( https://github.com/marcrocny ) for contributions to this release.
23
+ * Thanks to [ Marc Lewandowski] ( https://github.com/marcrocny ) and [ Rolf Kristensen ] ( https://github.com/snakefoot ) for contributions to this release.
23
24
24
25
### 0.37.1
25
26
You can’t perform that action at this time.
0 commit comments