From 41d8ccad58fe1b9498515c147edbd990a71fb682 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 15 Jul 2013 09:25:58 -0500 Subject: [PATCH] Update news --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index ebd650eb..926d3e35 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. +### v2.2.0 +- [Add support for excapeLiteral and escapeIdentifier in both JavaScript and the native bindings](https://github.com/brianc/node-postgres/pull/396) + ### v2.1.0 - Add support for SSL connections in JavaScript driver - this means you can connect to heroku postgres from your local machine without the native bindings!