Added parse_dsn() to news file

This commit is contained in:
Daniele Varrazzo 2015-10-01 13:26:11 +01:00
parent 5afeee3613
commit 58918801d6

1
NEWS
View File

@ -6,6 +6,7 @@ What's new in psycopg 2.7
New features:
- Added `~psycopg2.extensions.parse_dsn()` function (:ticket:`#321`).
- Added `~psycopg2.__libpq_version__` and
`~psycopg2.extensions.libpq_version()` to inspect the version of the
``libpq`` library the module was compiled/loaded with