[DOCS] updates to script parameters section of braking changes doc

This commit is contained in:
Colin Goodheart-Smithe 2015-07-14 13:33:37 +01:00
parent e598f16b58
commit 2e6af3ba4c
1 changed files with 2 additions and 3 deletions

View File

@ -414,9 +414,8 @@ script.indexed: on
=== Script parameters
Deprecated script parameters `id`, `file`, and `scriptField` have been removed
from all scriptable APIs. `script_id`, `script_file` and `script` should be used
in their place.
Deprecated script parameters `id`, `file`, `scriptField`, `script_id`, `script_file`,
`script`, `lang` and `params`. The <<modules-scripting,new script API syntax>> should be used in their place.
=== Groovy scripts sandbox