Fixed REst error in newsfile

This commit is contained in:
Daniele Varrazzo 2016-12-25 20:55:15 +01:00
parent a174b08133
commit 3ef995a793

2
NEWS
View File

@ -5,7 +5,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`).