From acd885b9f30dbafe26c432bb3f478ee04407c227 Mon Sep 17 00:00:00 2001 From: Evan Typanski Date: Mon, 18 Aug 2025 11:57:34 -0400 Subject: [PATCH] Add `record_type_to_vector` deprecation to NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 1be6c81111..5b4c6a615e 100644 --- a/NEWS +++ b/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 ==========