mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add note to NEWS about the removal of OpaqueVal::DoSerialize and OpaqueVal::DoUnserialize
This commit is contained in:
parent
6041f74601
commit
c56c7af44e
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -9,6 +9,13 @@ Zeek 7.1.0
|
|||
Breaking Changes
|
||||
----------------
|
||||
|
||||
* The ``OpaqueVal::DoSerialize`` and ``OpaqueVal::DoUnserialize`` methods were
|
||||
marked as deprecated in v7.0 and have now been removed as per the Zeek
|
||||
deprecation policy. Plugins that were overriding these methods and were not
|
||||
updated will fail to compile. Those plugins should be updated to override the
|
||||
new ``OpaqueVal::DoSerializeData`` and ``OpaqueVal::DoUnserializeData``
|
||||
methods.
|
||||
|
||||
New Functionality
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue