Browse Source

Update CHANGELOG

Julien Schmidt 11 years ago
parent
commit
3a382bb7a2
1 changed files with 7 additions and 7 deletions
  1. 7 7
      CHANGELOG.md

+ 7 - 7
CHANGELOG.md

@@ -2,16 +2,16 @@
 
 Changes:
 
- - Version v1 of the driver is will not be maintained anymore. Go 1.0 now is not supported by this driver anymore
- - The errors are now exported to allow easy checking from application code
+ - Version v1 of the driver is will not be maintained anymore. Go 1.0 is no longer supported by this driver
+ - Exported errors to allow easy checking from application code
  - Enabled TCP Keepalives on TCP connections
  - Optimized INFILE handling (better buffer size calculation, lazy init, ...)
- - The DSN parser now also checks for a missing separating slash
+ - The DSN parser also checks for a missing separating slash
  - Faster binary date / datetime to string formatting
- - The MySQLWarning type is now also exported
- - mysqlConn.Close now returns the first error encountered
- - writePacket() now automatically writes the packet size to the header
- - readPacket() now uses an iterative approach instead of the recursive approach to merge splitted packets
+ - Also exported the MySQLWarning type
+ - mysqlConn.Close returns the first error encountered instead of ignoring all errors
+ - writePacket() automatically writes the packet size to the header
+ - readPacket() uses an iterative approach instead of the recursive approach to merge splitted packets
 
 New Features: