Mention replication support in the NEWS file

This commit is contained in:
Daniele Varrazzo 2016-08-14 21:09:00 +01:00
parent e0883f1967
commit 01c552baa3

2
NEWS
View File

@ -6,6 +6,8 @@ What's new in psycopg 2.7
New features:
- Added :ref:`replication-support` (:ticket:`#322`). Main authors are
Oleksandr Shulgin and Craig Ringer, who deserve a huge thank you.
- 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