Skip to content

Commit 20ddc50

Browse files
committed
Release 1.4.0 Beta 2.
1 parent 090a497 commit 20ddc50

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.4.0 Beta 2
14+
15+
* Support .NET 6.0 Preview 7
16+
* **Breaking** Update the `MySqlDbBatch` (experimental API) to match the latest .NET 6.0 API changes.
17+
* Throw an informative exception if `DELIMITER` is used in a SQL statement: [#1010](https://github.com/mysql-net/MySqlConnector/issues/1010).
18+
* Fix bug that failed to deserialize a binary row (from a prepared statement) correctly: [#1018](https://github.com/mysql-net/MySqlConnector/issues/1018).
19+
1320
### 1.4.0 Beta 1
1421

1522
* Reduce default log message severity: [#981](https://github.com/mysql-net/MySqlConnector/issues/981).

0 commit comments

Comments
 (0)