From 88593602de200276da105fc6a791b1e90c35f5dc Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 7 Mar 2016 10:38:40 +0000 Subject: [PATCH] setuptools in the news --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 173399a0..bed7013b 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ What's new in psycopg 2.6.2 - Raise `!NotSupportedError` on unhandled server response status (:ticket:`#352`). - Fixed `!PersistentConnectionPool` on Python 3 (:ticket:`#348`). +- Added support for setuptools/wheel (:ticket:`#370`). - Fixed `!errorcodes.lookup` initialization thread-safety (:ticket:`#382`).