From 701f51d88066759260e48a260e20e09e5feb3667 Mon Sep 17 00:00:00 2001 From: Thomas Wodarek Date: Tue, 3 Jul 2018 01:54:55 -0400 Subject: [PATCH 1/2] Update README.md to remove 1.7 support doc Per commit https://github.com/go-sql-driver/mysql/commit/749ddf1598b47e3cd909414bda735fe790ef3d30, 1.7 support was removed, so this will fix the docs to reflect that change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9b07eeb..7e7df1a3d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac * Optional placeholder interpolation ## Requirements - * Go 1.7 or higher. We aim to support the 3 latest versions of Go. + * Go 1.8 or higher. We aim to support the 3 latest versions of Go. * MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+) --------------------------------------- From 2267f68e0457ad33eda6a66d4d83ae4aa59548f9 Mon Sep 17 00:00:00 2001 From: Thomas Wodarek Date: Tue, 3 Jul 2018 02:02:05 -0400 Subject: [PATCH 2/2] Add myself to AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 73ff68fbc..fbe4ec442 100644 --- a/AUTHORS +++ b/AUTHORS @@ -72,6 +72,7 @@ Shuode Li Soroush Pour Stan Putrya Stanley Gunawan +Thomas Wodarek Xiangyu Hu Xiaobing Jiang Xiuming Chen