From d2e50d7901cebbd4d9a8936edd138c72a69f1800 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Thu, 4 Dec 2014 10:51:51 -0500 Subject: [PATCH] Update news --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 64b2b127..11b5807e 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. +### v4.1.0 +- Allow type parser overrides on a [per-client basis](https://github.com/brianc/node-postgres/pull/679) + ### v4.0.0 - Make [native bindings](https://github.com/brianc/node-pg-native.git) an optional install with `npm install pg-native` - No longer surround query result callback with `try/catch` block.