GH-213: change type of vector for-loop index to a count

This commit is contained in:
Jon Siwek 2019-01-14 18:02:05 -06:00
parent 89da20339d
commit ed1a50ec5b
4 changed files with 11 additions and 7 deletions

5
NEWS
View file

@ -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
---------------------