Mention NULL characters guard in NEWS file

Fix #420.
This commit is contained in:
Daniele Varrazzo 2016-08-07 02:50:50 +01:00
parent 5d5159c9d0
commit ffc0446b25

2
NEWS
View File

@ -4,6 +4,8 @@ Current release
What's new in psycopg 2.6.3 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`). - Make `~psycopg2.extras.Range` objects picklable (:ticket:`#462`).