mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/etyp/update-news-record-vec-deprecation'
* origin/topic/etyp/update-news-record-vec-deprecation: Add `record_type_to_vector` deprecation to NEWS
This commit is contained in:
commit
a4da8d3f7b
3 changed files with 8 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
8.1.0-dev.83 | 2025-08-18 09:40:41 -0700
|
||||
|
||||
* Add `record_type_to_vector` deprecation to NEWS (Evan Typanski, Corelight)
|
||||
|
||||
8.1.0-dev.81 | 2025-08-18 16:44:30 +0200
|
||||
|
||||
* cluster/serializer/broker: Drop unused include (Arne Welzel, Corelight)
|
||||
|
|
3
NEWS
3
NEWS
|
@ -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
|
||||
==========
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.1.0-dev.81
|
||||
8.1.0-dev.83
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue