From f064f53b5e4149259b3d1f76162d4778276ff347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Lafoucri=C3=A8re?= Date: Sun, 20 Jan 2013 23:18:56 +0100 Subject: [PATCH] Update changelog with 1.3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit according to http://www.ruby-forum.com/topic/4409783 --- CHANGELOG.rdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index d3b0a5e9..2b985319 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,9 +1,14 @@ === Unreleased +=== 1.3.7 / 2013-01-12 + * Bugfixes * Closing a bad statement twice will not segv. * Aggregate handlers are initialized on each query. Closes #44 +* Internal + * Unset environment variables that could affect cross compilation. + === 1.3.6 / 2012-04-16 * Enhancements