Skip to content

Commit

Permalink
Fix typo in release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Aug 24, 2021
1 parent 20ddc50 commit 2d4612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight: 30
### 1.4.0 Beta 2

* Support .NET 6.0 Preview 7
* **Breaking** Update the `MySqlDbBatch` (experimental API) to match the latest .NET 6.0 API changes.
* **Breaking** Update the `MySqlBatch` (experimental API) to match the latest .NET 6.0 API changes.
* Throw an informative exception if `DELIMITER` is used in a SQL statement: [#1010](https://github.com/mysql-net/MySqlConnector/issues/1010).
* Fix bug that failed to deserialize a binary row (from a prepared statement) correctly: [#1018](https://github.com/mysql-net/MySqlConnector/issues/1018).

Expand Down

0 comments on commit 2d4612e

Please sign in to comment.