Remove parser error message for bro_init, et al

This commit is contained in:
Tim Wojtulewicz 2023-05-02 12:06:41 -07:00
parent df0788252e
commit e07f3f305d
6 changed files with 5 additions and 32 deletions

5
NEWS
View file

@ -59,6 +59,11 @@ Breaking Changes
- The IRC_Data analyzer declaration has been moved to protocols/irc/IRC.h.
- The error message returned when using ``bro_init``, ``bro_done``, and
``bro_script_loaded`` events is now removed. removed. Usage of these events
has returned that error during script parsing for a few years, and time has
come to finally remove it.
New Functionality
-----------------