Update NEWS with breakage/deprecation notes about Dictionary changes [nomail] [skip ci]

This commit is contained in:
Tim Wojtulewicz 2022-07-05 21:53:18 +00:00
parent 9f97a91d39
commit 6686a849d5

8
NEWS
View file

@ -14,10 +14,13 @@ Breaking Changes
variable was added to cover the transport layer. See this GitHub issue for variable was added to cover the transport layer. See this GitHub issue for
more detail: https://github.com/zeek/zeek/issues/2183. more detail: https://github.com/zeek/zeek/issues/2183.
- The STREAM mode of the ASCII reader now behaves like `tail -F`: when file is - The STREAM mode of the ASCII reader now behaves like `tail -F`: when file is
removed/replaced, it will start tracking the new file. See removed/replaced, it will start tracking the new file. See
https://github.com/zeek/zeek/pull/2097 for more detail https://github.com/zeek/zeek/pull/2097 for more detail
- The Dictionary and PDict classes are now C++ templates. This may cause
plugin/package builds to fail due to needing to modify uses of them to match.
New Functionality New Functionality
----------------- -----------------
@ -38,6 +41,9 @@ Changed Functionality
Deprecated Functionality Deprecated Functionality
------------------------ ------------------------
- The PDict class is now an alias to Dictionary and has been deprecated. Use Dictionary
directly, passing a pointer type to the template.
Zeek 5.0.0 Zeek 5.0.0
========== ==========