From 8de1357e521388a4ce2691d1ea20480236c5abdd Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Tue, 29 Jul 2025 18:35:35 +0100 Subject: [PATCH] Update NEWS for Conn::set_conn changes --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index b11090acc4..f57f8791f7 100644 --- a/NEWS +++ b/NEWS @@ -277,6 +277,9 @@ New Functionality Changed Functionality --------------------- +- The `Conn::set_conn` function is now always run in `new_connection`, instead of only + being run in `connection_state_remove`. + - Logging of failed analyzers has been overhauled. `dpd.log` was replaced by a new `analyzer.log` that presents a more unified and consistent view of failed analyzers. The previous `analyzer.log` was renamed to `analyzer-debug.log`;