[DOCS] 6.2.4 Release Notes (#17731)

This commit is contained in:
gchaps 2018-04-17 06:34:42 -07:00 committed by GitHub
parent 9406759fac
commit 334a93247d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View file

@ -5,6 +5,7 @@
--
This section summarizes the changes in each release.
* <<release-notes-6.2.4>>
* <<release-notes-6.2.3>>
* <<release-notes-6.2.2>>
* <<release-notes-6.2.1>>
@ -23,6 +24,7 @@ This section summarizes the changes in each release.
* <<release-notes-6.0.0-alpha1>>
--
include::release-notes/6.2.4.asciidoc[]
include::release-notes/6.2.3.asciidoc[]
include::release-notes/6.2.2.asciidoc[]
include::release-notes/6.2.1.asciidoc[]

View file

@ -0,0 +1,26 @@
[[release-notes-6.2.4]]
== 6.2.4 Release Notes
Also see <<breaking-changes-6.0>>.
[float]
[[bug-6.2.4]]
=== Bug fixes
Platform::
* Fixed deprecation logging warnings {pull}17439[#17439]
Visualization::
* Fixed map zoom settings {pull}17367[#17367]
* Enabled Option change to show on map {pull}17405[#17405]
* Added support for percentiles and percentile ranks to metrics visualizations {pull}17243[#17243]
Management::
* Added better support for discarding results of older queries {pull}17148[#17148]
Platform::
* Fixed an issue with the numeric formatter to handle small exponential numbers {pull}17508[#17508]
[float]
[[enhancement-6.2.4]]
=== Enhancement
Visualization::
* Upgraded Vega libraries: `vega-lib` to 3.2.1 and `vega-lite` to 2.3.1 {pull}17314[#17314]