Brag about make_dsn in the NEWS file

This commit is contained in:
Daniele Varrazzo 2016-03-03 17:02:47 +00:00
parent c9fd828f8a
commit e33073576c

5
NEWS
View File

@ -6,7 +6,10 @@ What's new in psycopg 2.7
New features:
- Added `~psycopg2.extensions.parse_dsn()` function (:ticket:`#321`).
- Added `~psycopg2.extensions.parse_dsn()` and
`~psycopg2.extensions.make_dsn()` functions (:tickets:`#321, #363`).
`~psycopg2.connect()` now can take both *dsn* and keyword arguments, merging
them together.
- Added `~psycopg2.__libpq_version__` and
`~psycopg2.extensions.libpq_version()` to inspect the version of the
``libpq`` library the module was compiled/loaded with