Skip to content

Commit 4c1689e

Browse files
committed
Go 1.0 / driver v1 is now EOL
1 parent b44cac6 commit 4c1689e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Version 1.2 (pending)
22

3+
Changes:
4+
5+
- Version v1 of the driver is will not be maintained anymore. Go 1.0 now is not supported by this driver anymore.
6+
37
New Features:
48

59
- Logging of critical errors is configurable with `SetLogger`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
4040
* Optional `time.Time` parsing
4141

4242
## Requirements
43-
* Go 1.1 or higher (use [v1.0](https://github.com/go-sql-driver/mysql/tags) for Go 1.0.x)
43+
* Go 1.1 or higher
4444
* MySQL (Version 4.1 or higher), MariaDB or Percona Server
4545

4646
---------------------------------------

0 commit comments

Comments
 (0)