From ad2b235de3e18be2137abe26fed963140fe0ceb7 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Fri, 23 Apr 2021 11:04:20 -0700 Subject: [PATCH] Release 1.3.5. --- docs/content/overview/version-history.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index b21c148d0..4b3206191 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -1,5 +1,5 @@ --- -lastmod: 2021-04-21 +lastmod: 2021-04-23 date: 2017-03-27 menu: main: @@ -10,6 +10,11 @@ weight: 30 # Version History +### 1.3.5 + +* Support `StringBuilder`, `Memory`, and `ReadOnlyMemory` as `MySqlParameter.Value` values: [#975](https://github.com/mysql-net/MySqlConnector/issues/975) +* Fix `ArgumentException` in `MySqlBulkCopy`: [#974](https://github.com/mysql-net/MySqlConnector/issues/974). + ### 1.3.4 * Improve compatibility with MySQL Server 8.0.24: