From 721cb1fd20ccaa80dcebc40ee32080f4418a39da Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 17 Nov 2014 20:40:37 -0600 Subject: [PATCH] Update contributions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2372abc..ebe763a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Allow writing []byte into text and varchar columns without type conversion (Hari Bhaskaran) * Fix ConnPool Close panic * Add Listen / notify example +* Reduce memory allocations (Karl Seguin) # 2.4.0 (October 3, 2014)