From 06fbd0ee023a075a71755966d9d7c17d3afd1b87 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 3 Mar 2017 13:50:57 +0000 Subject: [PATCH] Dropped "what's new in 2.7.1" from docs index --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 721fbeac..4759a6bf 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Current release --------------- What's new in psycopg 2.7.1 ---------------------------- +^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Ignore `!None` arguments passed to `~psycopg2.connect()` and `~psycopg2.extensions.make_dsn()` (:ticket:`#517`).