-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[[release-notes-5.2.1]] | ||
== 5.2.1 Release Notes | ||
|
||
Also see <<breaking-changes-5.0>>. | ||
|
||
[float] | ||
[[bug-5.2.1]] | ||
=== Bug fixes | ||
Core:: | ||
* Bump Node.js to version 6.9.5. This was a low severity security release for Node.js, which has minimal impact to Kibana, but is still worth upgrading. {pull}10135[#10135] | ||
Discover:: | ||
* Prevented a background action that was causing unnecessary CPU cycles {pull}10036[#10036] | ||
Management:: | ||
* Delete button for color formatters no longer overlaps format dropdown {issue}8864[#8864] | ||
Visualize:: | ||
* Fixed regression where certain visualizations were being limited to 25 series {issue}10132[#10132] | ||
* Fixed typo on a tag cloud warning message {pull}10092[#10092] | ||
* Fixed a bug where data table visualizations would incorrectly appear empty in certain circumstances {issue}9757[#9757] |