Update NEWS

This commit is contained in:
Tim Wojtulewicz 2020-06-10 11:09:20 -07:00
parent bac318475a
commit c04d9cae45

6
NEWS
View file

@ -107,6 +107,12 @@ Changed Functionality
- ``Attributes::Attrs()`` now returns ``const std::vector<IntrusivePtr<Attr>>&``
instead of ``attr_list*``
- Moved a large number of classes from the global namespace into either the
``zeek`` or ``zeek::detail`` namespace. Seehttps://github.com/zeek/zeek/issues/266
for the rationale behind these changes. Types that were moved and functions
that used them have been marked as deprecated and will generate compiler
warnings if used.
Removed Functionality
---------------------