Skip to content

Commit 0924e30

Browse files
committed
Update 0.38.0 release notes.
1 parent 62529ea commit 0924e30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ Version History
1414
### 0.38.0
1515

1616
* 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).
1718
* Implement `IDbDataParameter` on `MySqlParameter`: [#465](https://github.com/mysql-net/MySqlConnector/issues/465).
1819
* Implement `MySqlDataReader.GetChar`: [#456](https://github.com/mysql-net/MySqlConnector/issues/456).
1920
* Add `MySqlDataReader.GetFieldType(string)` overload: [#440](https://github.com/mysql-net/MySqlConnector/issues/440).
2021
* Fix a connection pooling session leak in high contention scenarios: [#469](https://github.com/mysql-net/MySqlConnector/issues/469).
2122
* 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.
2324

2425
### 0.37.1
2526

0 commit comments

Comments
 (0)