summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-12-01 16:24:59 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-12-01 16:29:29 +0000
commita51160317c680662c52e4a1a6b4d11beae37f205 (patch)
treebcac3fc472c77fa5134e857957d8ab76bfcc2750
parentf4aa40da0930cfc76ee11e8d7b6c7d8dfb87a220 (diff)
downloadpsycopg2-a51160317c680662c52e4a1a6b4d11beae37f205.tar.gz
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.
-rw-r--r--NEWS12
1 files changed, 4 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 99df5d9..54094e9 100644
--- a/NEWS
+++ b/NEWS
@@ -128,9 +128,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:
@@ -144,14 +148,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
^^^^^^^^^^^^^^^^^^^^^^^^^^^