mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add record_type_to_vector
deprecation to NEWS
This commit is contained in:
parent
9b94e25e67
commit
acd885b9f3
1 changed files with 3 additions and 0 deletions
3
NEWS
3
NEWS
|
@ -482,6 +482,9 @@ Deprecated Functionality
|
||||||
``std::string`` and ``std::string_view`` added ``begins_with`` and ``ends_with`` methods
|
``std::string`` and ``std::string_view`` added ``begins_with`` and ``ends_with`` methods
|
||||||
in C++ 20, and those should be used instead.
|
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
|
Zeek 7.2.0
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue