news file typo

This commit is contained in:
Daniele Varrazzo 2016-07-07 04:12:40 +01:00
parent 1690fbace1
commit ed912a3578

2
NEWS
View File

@ -14,7 +14,7 @@ What's new in psycopg 2.6.2
long-running query in an interactive shell using :kbd:`Ctrl-C`
(:ticket:`#333`).
- Fixed `!PersistentConnectionPool` on Python 3 (:ticket:`#348`).
- Fixed segfault on `repr()` of an unitialized connection (:ticket:`#361`).
- Fixed segfault on `repr()` of an uninitialized connection (:ticket:`#361`).
- Allow adapting bytes using `~psycopg2.extensions.QuotedString` on Python 3
(:ticket:`#365`).
- Added support for setuptools/wheel (:ticket:`#370`).