diff options
-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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |