From 3beff78461024ef68c99923573d77fe393a82217 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 3 Oct 2014 15:00:20 -0500 Subject: [PATCH] Release v2.4.0 Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0deeec89..a0cd328f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ -# Unreleased +# 2.4.0 (October 3, 2014) * Add per connection oid to name map * Add Hstore support (Andy Walker) * Move introductory docs to godoc from readme * Fix documentation references to TextEncoder and BinaryEncoder +* Add keep-alive to TCP connections (Andy Walker) +* Add support for EmptyQueryResponse / Allow no-op Exec (Andy Walker) +* Allow reading any type into []byte +* WaitForNotification detects lost connections quicker # 2.3.0 (September 16, 2014)