From 12f9832751d649053769fa5697d296d7de206f3e Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Fri, 2 Jul 2021 15:38:49 -0700 Subject: [PATCH] Release 1.3.11. --- docs/content/overview/version-history.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index a3163886c..0814a71de 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -1,5 +1,5 @@ --- -lastmod: 2021-06-16 +lastmod: 2021-07-12 date: 2017-03-27 menu: main: @@ -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).