Add record_type_to_vector deprecation to NEWS

This commit is contained in:
Evan Typanski 2025-08-18 11:57:34 -04:00
parent 9b94e25e67
commit acd885b9f3

3
NEWS
View file

@ -482,6 +482,9 @@ Deprecated Functionality
``std::string`` and ``std::string_view`` added ``begins_with`` and ``ends_with`` methods
in C++ 20, and those should be used instead.
- The ``record_type_to_vector`` BIF is deprecated in favor of using the newly ordered
``record_fields`` BIF.
Zeek 7.2.0
==========