diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-12-01 16:24:59 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-12-01 16:29:29 +0000 |
commit | a51160317c680662c52e4a1a6b4d11beae37f205 (patch) | |
tree | bcac3fc472c77fa5134e857957d8ab76bfcc2750 | |
parent | f4aa40da0930cfc76ee11e8d7b6c7d8dfb87a220 (diff) | |
download | psycopg2-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-- | NEWS | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |