From 967d30ff263004af4ce2f43e0d055139406ae4c8 Mon Sep 17 00:00:00 2001 From: Julien Schmidt Date: Wed, 18 Feb 2015 22:28:02 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb92c1cd..161ad0fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,20 @@ Changes: - - Use decimals field from MySQL to format time types + - Go 1.1 is no longer supported + - Use decimals field from MySQL to format time types (#249) + - Buffer optimizations (#269) + - TLS ServerName defaults to the host (#283) Bugfixes: - - Enable microsecond resolution on TIME, DATETIME and TIMESTAMP + - Enable microsecond resolution on TIME, DATETIME and TIMESTAMP (#249) + - Fixed handling of queries without columns and rows (#255) + - Fixed a panic when SetKeepAlive() failed (#298) + +New Features: + - Support for returning table alias on Columns() (#289) + - Placeholder interpolation, can be actived with the DSN parameter `interpolateParams=true` (#309, #318) ## Version 1.2 (2014-06-03)