From 42a7629695caf7ef9b09ebeedee7bee97e64e7de Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Wed, 29 Jan 2020 12:14:55 +0000 Subject: [PATCH] Update NEWS for naming changes. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 208fb89d5b..8ffa29783e 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,15 @@ New Functionality Changed Functionality --------------------- +- The naming-related backwards-compability wrappers & work-arounds + introduced in 3.0 have either changed their operation, or in some + cases been removed. Generally, anything that reported a + naming-related warning in 3.0 now aborts with a corresponding error + message. In cases where 3.0 silently continued to accept old names, + 3.1 now reports warnings. Most importantly, that's loading of + scripts with ".bro" endings, which are now flagged and should be + renamed. + - The key type of ``Known::service_store`` has changed to ``Known::AddrPortServTriplet`` and ``Known::services`` is now a table instead of just a set.