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

6
NEWS
View file

@ -18,6 +18,9 @@ Breaking Changes
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
========== ==========