Fixed REst error in newsfile

This commit is contained in:
Daniele Varrazzo 2016-12-25 20:55:15 +01:00
parent 4c99cadabe
commit 17698c4815

2
NEWS
View File

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