mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-213: change type of vector for-loop index to a count
This commit is contained in:
parent
89da20339d
commit
ed1a50ec5b
4 changed files with 11 additions and 7 deletions
5
NEWS
5
NEWS
|
@ -30,6 +30,11 @@ New Functionality
|
|||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
- The for-loop index variable for vectors has been changed from
|
||||
'int' to 'count' type. It's unlikely this would alter/break any
|
||||
script behavior unless they were explicitly inspecting the variable's
|
||||
type (and there's typically no reason to do that).
|
||||
|
||||
Removed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue