Browse Source

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

Colin Goodheart-Smithe 10 years ago
parent
commit
2e6af3ba4c
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docs/reference/migration/migrate_2_0.asciidoc

+ 2 - 3
docs/reference/migration/migrate_2_0.asciidoc

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