mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Update NEWS with breakage/deprecation notes about Dictionary changes [nomail] [skip ci]
This commit is contained in:
parent
9f97a91d39
commit
6686a849d5
1 changed files with 7 additions and 1 deletions
6
NEWS
6
NEWS
|
@ -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
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue