Add note to NEWS about the removal of OpaqueVal::DoSerialize and OpaqueVal::DoUnserialize

This commit is contained in:
Tim Wojtulewicz 2024-08-07 12:27:56 -07:00
parent 6041f74601
commit c56c7af44e

7
NEWS
View file

@ -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
-----------------