Update NEWS for Conn::set_conn changes

This commit is contained in:
Johanna Amann 2025-07-29 18:35:35 +01:00
parent 5e74eefd88
commit 8de1357e52

3
NEWS
View file

@ -277,6 +277,9 @@ New Functionality
Changed 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 - Logging of failed analyzers has been overhauled. `dpd.log` was replaced
by a new `analyzer.log` that presents a more unified and consistent view 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`; of failed analyzers. The previous `analyzer.log` was renamed to `analyzer-debug.log`;