From 497ad5c7c03c7c834b91464c19bdd49473442224 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 8 Mar 2020 11:17:51 +0000 Subject: [PATCH] Mention LoggingAdapter in news --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 0968b1f2..0d434817 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ What's new in psycopg 2.8.5 - Fixed use of `!connection_factory` and `!cursor_factory` together (:ticket:`#1019`). +- Added support for `~logging.LoggerAdapter` in + `~psycopg2.extras.LoggingConnection` (:ticket:`#1026`). What's new in psycopg 2.8.4