Fixed bug number typo in NEWS file

This commit is contained in:
Daniele Varrazzo 2014-04-03 02:45:22 +01:00
parent a8fdc74090
commit e9661bcde5

2
NEWS
View File

@ -20,7 +20,7 @@ What's new in psycopg 2.5.3
- Fixed handling of dsn and closed attributes in connection subclasses
failing to connect (from :ticket:`#192` discussion).
- Fixed overflow opening a lobject with an oid not fitting in a signed int
(:ticket:`203`).
(:ticket:`#203`).
- Don't segfault using poorly defined cursor subclasses which forgot to call
the superclass init (:ticket:`#195`).
- Fixed debug build on Windows, thanks to James Emerton.