1
1
mirror of https://github.com/psycopg/psycopg2.git synced 2025-02-25 21:20:32 +03:00

Mention NULL characters guard in NEWS file

Fix .
This commit is contained in:
Daniele Varrazzo 2016-08-07 02:50:50 +01:00
parent bd95269c69
commit 478f43f0c8

2
NEWS
View File

@ -24,6 +24,8 @@ New features:
What's new in psycopg 2.6.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Throw an exception trying to pass ``NULL`` chars as parameters
(:ticket:`#420).
- Make `~psycopg2.extras.Range` objects picklable (:ticket:`#462`).