From ca42306d7916647448184907e03c77ff54ebd4f9 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 3 Feb 2017 04:52:49 +0000 Subject: [PATCH] Misplaced NEWS entry fixed. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7fa5d816..c9cbb4c5 100644 --- a/NEWS +++ b/NEWS @@ -30,13 +30,13 @@ New features: - `~cursor.executemany()` slowness addressed by `~psycopg2.extras.execute_batch()` and `~psycopg2.extras.execute_values()` (:ticket:`#491`). +- Added ``async_`` as an alias for ``async`` to support Python 3.7 where + ``async`` will become a keyword (:ticket:`#495`). Bug fixes: - Fixed error caused by missing decoding `~psycopg2.extras.LoggingConnection` (:ticket:`#483`). -- Added ``async_`` as an alias for ``async`` to support Python 3.7 where - ``async`` will become a keyword (:ticket:`#495`). Other changes: