Browse Source

[DOCS] removed coming tags from scripting docs

javanna 10 years ago
parent
commit
425ea5bca6
1 changed files with 1 additions and 3 deletions
  1. 1 3
      docs/reference/modules/scripting.asciidoc

+ 1 - 3
docs/reference/modules/scripting.asciidoc

@@ -242,8 +242,6 @@ on your box or not.
 
 deprecated[1.6.0, the `script.disable_dynamic` setting is deprecated in favour of fine-grained settings described as follows]
 
-coming[1.6.0, Fine-grained script settings replace the `script.disable_dynamic` setting]
-
 It is possible to enable scripts based on their source, for
 every script engine, through the following settings that need to be added to the
 `config/elasticsearch.yml` file on every node.
@@ -286,7 +284,7 @@ NOTE: Global scripting settings affect the `mustache` scripting language.
 <<search-template,Search templates>> internally use the `mustache` language,
 and will still be enabled by default as the `mustache` engine is sandboxed,
 but they will be enabled/disabled according to fine-grained settings
-specified in `elasticsearch.yml`. coming[1.6.0, `mustache` scripts were previously always on regardless of whether dynamic scripts were enabled or not]
+specified in `elasticsearch.yml`.
 
 It is also possible to control which operations can execute scripts. The
 supported operations are: