From 72ed62dc8cad5cd57ec52e4136541e8751bc8169 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 1 Dec 2017 16:24:59 +0000 Subject: [PATCH] Fixed NEWS file entries - 2.6.3 has not been released (yet). Fixes for bug #420, bug #462 were relased in 2.7. - Added missing report for bug #489 fixed in 2.7. --- NEWS | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 280e1552..94f6bdbf 100644 --- a/NEWS +++ b/NEWS @@ -120,9 +120,13 @@ New features: Bug fixes: +- Throw an exception trying to pass ``NULL`` chars as parameters + (:ticket:`#420`). - Fixed error caused by missing decoding `~psycopg2.extras.LoggingConnection` (:ticket:`#483`). - Fixed integer overflow in :sql:`interval` seconds (:ticket:`#512`). +- Make `~psycopg2.extras.Range` objects picklable (:ticket:`#462`). +- Fixed version parsing and building with PostgreSQL 10 (:ticket:`#489`). Other changes: @@ -136,14 +140,6 @@ Other changes: (:ticket:`#506`) -What's new in psycopg 2.6.3 -^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Throw an exception trying to pass ``NULL`` chars as parameters - (:ticket:`#420`). -- Make `~psycopg2.extras.Range` objects picklable (:ticket:`#462`). - - What's new in psycopg 2.6.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^