From 69ea860deb63a07c5c914fcade9bd7cbeb0ebc70 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Wed, 1 Oct 2014 14:42:06 -0400 Subject: [PATCH] Update news --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9cf408d0..aa1167ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,9 @@ For richer information consult the commit log on github with referenced pull req We do not include break-fix version release in this file. +### v3.5.0 +- Include support for parsing boolean arrays + ### v3.4.0 - Include port as connection parameter to [unix sockets](https://github.com/brianc/node-postgres/pull/604) - Better support for odd [date parsing](https://github.com/brianc/node-pg-types/pull/8)