Skip to content

Commit

Permalink
Release 1.3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jul 2, 2021
1 parent 876514b commit 12f9832
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2021-06-16
lastmod: 2021-07-12
date: 2017-03-27
menu:
main:
Expand All @@ -10,6 +10,12 @@ weight: 30

# Version History

### 1.3.11

* Add `MySqlError.ErrorCode`: [#1011](https://github.com/mysql-net/MySqlConnector/issues/1011).
* Allow `MySqlDataReader.GetDateTime` to read a `VARCHAR` column as a `DateTime`: [#980](https://github.com/mysql-net/MySqlConnector/issues/980).
* Support the `NEWDATE` column type: [#1007](https://github.com/mysql-net/MySqlConnector/issues/1007).

### 1.3.10

* Handle `NoBackslashEscapes` for binary parameter values: [#999](https://github.com/mysql-net/MySqlConnector/issues/999).
Expand Down

0 comments on commit 12f9832

Please sign in to comment.