Report range picklable in NEWS file

Fix #462

Conflicts:
	NEWS
This commit is contained in:
Daniele Varrazzo 2016-08-07 02:33:38 +01:00
parent cde19c4d59
commit ec1e578e4b

6
NEWS
View File

@ -21,6 +21,12 @@ New features:
- Added `~connection.get_dsn_parameters()` connection method (:ticket:`#364`).
What's new in psycopg 2.6.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Make `~psycopg2.extras.Range` objects picklable (:ticket:`#462`).
What's new in psycopg 2.6.2
^^^^^^^^^^^^^^^^^^^^^^^^^^^