Mention libpq version inspection in news file

This commit is contained in:
Daniele Varrazzo 2015-06-02 11:01:10 +01:00
parent 73d17e3c5e
commit 5a21da43ee

11
NEWS
View File

@ -1,6 +1,17 @@
Current release
---------------
What's new in psycopg 2.7
-------------------------
New features:
- Added `~psycopg2.__libpq_version__` and
`~psycopg2.extensions.libpq_version()` to inspect the version of the
``libpq`` library the module was compiled/loaded with
(:tickets:`#35, #323`).
What's new in psycopg 2.6.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^