setuptools in the news

This commit is contained in:
Daniele Varrazzo 2016-03-07 10:38:40 +00:00
parent 22fe6e7aad
commit 2d91864977

1
NEWS
View File

@ -30,6 +30,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`).