From ce410b7ed521311f1b237966e1c9511e9dadbccf Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Fri, 24 Jun 2022 14:52:54 +0200 Subject: [PATCH] News entry about Bloom Filter changes in 5.0. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index b841298f08..109c6bd72a 100644 --- a/NEWS +++ b/NEWS @@ -126,6 +126,10 @@ New Functionality - The ``base/misc/installation.zeek`` script provides your Zeek installation's key directories. +- Zeek now lets you decrement Counting Bloom Filters using the new + ``bloomfilter_decrement`` BiF. Furthermore, two Bloom Filters can be + intersected using the new ``bloomfilter_intersect`` BiF. + Changed Functionality ---------------------