From c3dcf2835cc2a905620c48096f4cd37a12e3f294 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Tue, 30 Jul 2013 13:17:22 -0500 Subject: [PATCH] Update news --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 926d3e35..ce957da0 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. +### v2.3.0 +- Remove built-in support for binary Int64 parsing. +_Due to the low usage & required compiled dependency this will be pushed into a 3rd party add-on_ + ### v2.2.0 - [Add support for excapeLiteral and escapeIdentifier in both JavaScript and the native bindings](https://github.com/brianc/node-postgres/pull/396)