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.