From e9661bcde5f1b6cc9dbb76a83751baf7758b9bd9 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 3 Apr 2014 02:45:22 +0100 Subject: [PATCH] Fixed bug number typo in NEWS file --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c7e8586a..29c97faf 100644 --- a/NEWS +++ b/NEWS @@ -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.