Moved a breaking change to the correct section. Closes #14510

This commit is contained in:
Clinton Gormley 2015-11-08 21:53:56 +01:00
parent 1849c645f3
commit f0fda74083
2 changed files with 4 additions and 2 deletions

View File

@ -315,6 +315,10 @@ PUT my_index/my_type/1
-------------------------
<1> Has `format`: `"strict_date_optional_time||epoch_millis"`.
==== `mapping.date.round_ceil` setting
The `mapping.date.round_ceil` setting for date math parsing has been removed.
[[migration-bool-fields]]
==== Boolean fields

View File

@ -164,8 +164,6 @@ Log messages are now truncated at 10,000 characters. This can be changed in
the `logging.yml` configuration file with the `file.layout.conversionPattern`
setting.
Remove mapping.date.round_ceil setting for date math parsing #8889 (issues: #8556, #8598)
==== Custom config file
It is no longer possible to specify a custom config file with the `CONF_FILE`