[DOCS] Correct `shape` field release in 7.5 release highlights (#54631)

The `shape` field was added in 7.4, not 7.3.
This corrects a small error in the 7.5 release highlights.
This commit is contained in:
qiye 2020-04-02 21:18:28 +08:00 committed by James Rodewig
parent eb31be0e71
commit de8e0200fe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ which can enrich documents with data from another index.
==== Shape support in SQL
{ref}/xpack-sql.html[SQL] functionality that worked for geo_shape will
now work for the {ref}/shape.html[`shape`] field type introduced in 7.3.
now work for the {ref}/shape.html[`shape`] field type introduced in 7.4.
// end::notable-highlights[]