docs: 5.0.2 release notes

This commit is contained in:
Court Ewing 2016-11-29 10:47:51 -05:00
parent 1c8a6bb69e
commit 9fa81ecbc6
2 changed files with 17 additions and 0 deletions

View file

@ -5,9 +5,11 @@
--
This section summarizes the changes in each release.
* <<release-notes-5.0.2>>
* <<release-notes-5.0.1>>
* <<release-notes-5.0.0>>
--
include::release-notes/5.0.2.asciidoc[]
include::release-notes/5.0.1.asciidoc[]
include::release-notes/5.0.0.asciidoc[]

View file

@ -0,0 +1,15 @@
[[release-notes-5.0.2]]
== 5.0.2 Release Notes
Also see <<breaking-changes-5.0>>.
[float]
[[bug-5.0.2]]
=== Bug fixes
Core::
* Elasticsearch version checking no longer causes startup error for non-HTTP nodes {pull}9181[#9181]
* Favicons are now embedded as links rather than as data {pull}8961[#8961]
CLI::
* Spaces are now accepted in plugin URLs and paths during installation {pull}8945[#8945]
Visualize::
* Visualizations without spy panels no longer trigger errors in browser console {pull}9115[#9115]