mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
documentation of v += e
This commit is contained in:
parent
dfe0768fa1
commit
016a164bb6
2 changed files with 17 additions and 0 deletions
3
NEWS
3
NEWS
|
@ -277,6 +277,9 @@ New Functionality
|
|||
|
||||
- Bro now supports PPPoE over QinQ.
|
||||
|
||||
- An expression of the form v += e will append the value of the expression
|
||||
e to the end of the vector v (of course assuming type-compatbility).
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue