Преглед изворни кода

Add a note how old_passwords can be enabled

+other small changes
Julien Schmidt пре 12 година
родитељ
комит
5cb986a3d5
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      CHANGELOG.md

+ 3 - 3
CHANGELOG.md

@@ -3,7 +3,7 @@
 Changes:
 
   - Go-MySQL-Driver now requires Go 1.1
-  - Connections now use the collation 'utf8_general_ci' by default. Adding '&charset=UTF8' should not be necessary anymore
+  - Connections now use the collation `utf8_general_ci` by default. Adding `&charset=UTF8` to the DSN should not be necessary anymore
   - Made closing rows and connections error tolerant. This allows for example deferring rows.Close() without checking for errors
   - New Logo
   - Changed the copyright header to include all contributors
@@ -16,8 +16,8 @@ Changes:
 
 New Features:
 
-  - Added 'old_passwords' support: Required in some cases, but must be enabled via a DSN parameter since it is insecure
-  - Added a 'clientFoundRows' parameter: Return the number of matching rows instead of the number of rows changed on UPDATEs
+  - Added `old_passwords` support: Required in some cases, but must be enabled by adding `allowOldPasswords=true` to the DSN since it is insecure
+  - Added a `clientFoundRows` parameter: Return the number of matching rows instead of the number of rows changed on UPDATEs
   - Added TLS/SSL support: Use a TLS/SSL encrypted connection to the server. Custom TLS configs can be registered and used
 
 Bugfixes: