We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc733b commit ccc8eddCopy full SHA for ccc8edd
docs/content/overview/version-history.md
@@ -10,6 +10,12 @@ weight: 30
10
11
# Version History
12
13
+### 1.3.9
14
+
15
+* Use `StringBuilder.GetChunks` (in .NET 5.0) for `MySqlParameter`: [#977](https://github.com/mysql-net/MySqlConnector/issues/977).
16
+* Fix error encoding multibyte characters in `MySqlBulkCopy`: [#974](https://github.com/mysql-net/MySqlConnector/issues/974).
17
+* Fix error encoding multibyte characters for `StringBuilder` `MySqlParameter` values in .NET 5.0.
18
19
### 1.3.8
20
21
* Reduce latency of resetting connections: [#982](https://github.com/mysql-net/MySqlConnector/pull/982).
0 commit comments