From e225aad042917651cc32a0e198bf0e575ed50d26 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 13 Aug 2014 01:58:28 +0100 Subject: [PATCH] Habemus jsonb --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 9418d52a..54c1217f 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ Bug fixes: What's new in psycopg 2.5.4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Added :sql:`jsonb` support for PostgreSQL 9.4. - Fixed segfault if COPY statements are executed instead of using the proper methods (:ticket:`#219`). - Don't ignore silently the `cursor.callproc` argument without a length.