Skip to content

Commit 3a382bb

Browse files
committed
Update CHANGELOG
1 parent 6d40d7d commit 3a382bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
Changes:
44

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

1616
New Features:
1717

0 commit comments

Comments
 (0)