From 109409bc951b7dd3e61712a65289e3458430656a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 15 Oct 2015 11:06:44 +0100 Subject: [PATCH] Mention quote_ident() in NEWS file --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 83ba166e..5200c4dd 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ New features: - The attributes `~connection.notices` and `~connection.notifies` can be customized replacing them with any object exposing an `!append()` method (:ticket:`#326`). +- Added `~psycopg2.extensions.quote_ident()` function (:ticket:`#359`). What's new in psycopg 2.6.2