From 0c6dca417337bd991f0df9594982a759fc469fb7 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Sun, 13 Jul 2014 12:31:12 -0400 Subject: [PATCH] Update news file --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9bbe1da1..e8904a87 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,10 @@ 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.3.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) + ### v3.2.0 - Add support for parsing [date arrays](https://github.com/brianc/node-pg-types/pull/3)