Browse Source

Go 1.0 / driver v1 is now EOL

Julien Schmidt 11 years ago
parent
commit
4c1689e605
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 ## Version 1.2 (pending)
 
+Changes:
+
+ - Version v1 of the driver is will not be maintained anymore. Go 1.0 now is not supported by this driver anymore.
+
 New Features:
 
  - Logging of critical errors is configurable with `SetLogger`

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
   * Optional `time.Time` parsing
 
 ## Requirements
-  * Go 1.1 or higher (use [v1.0](https://github.com/go-sql-driver/mysql/tags) for Go 1.0.x)
+  * Go 1.1 or higher
   * MySQL (Version 4.1 or higher), MariaDB or Percona Server
 
 ---------------------------------------