docs: 5.2.2 release notes

This commit is contained in:
Court Ewing 2017-02-27 18:11:16 -05:00
parent 4bd66c606f
commit b1956ad432
2 changed files with 20 additions and 0 deletions

View file

@ -5,6 +5,8 @@
--
This section summarizes the changes in each release.
* <<release-notes-5.2.2>>
* <<release-notes-5.2.1>>
* <<release-notes-5.2.0>>
* <<release-notes-5.1.2>>
* <<release-notes-5.1.1>>
@ -14,6 +16,7 @@ This section summarizes the changes in each release.
* <<release-notes-5.0.0>>
--
include::release-notes/5.2.2.asciidoc[]
include::release-notes/5.2.1.asciidoc[]
include::release-notes/5.2.0.asciidoc[]
include::release-notes/5.1.2.asciidoc[]

View file

@ -0,0 +1,17 @@
[[release-notes-5.2.2]]
== 5.2.2 Release Notes
Also see <<breaking-changes-5.0>>.
[float]
[[bug-5.2.2]]
=== Bug fixes
Build::
* Kibana builds now include a NOTICE file {issue}9652[#9652]
Console::
* Literal strings in JSON editor are now more clearly identifiable {pull}10244[#10244]
Management::
* Attempting to import a missing type now results in a warning {pull}10521[#10521]
Visualize::
* Fixed regression where include and exclude patterns triggered an error {issue}10153[#10153]
* Fixed regression where both stacked and grouped bar charts did not properly scale down their y-axis {issue}10295[#10295]