From 1cfcdad7700d07d6f700c1413d57a94a36a78457 Mon Sep 17 00:00:00 2001 From: Paul Echeverri Date: Wed, 7 Oct 2015 16:35:07 -0700 Subject: [PATCH] Updates release notes for 4.2 --- docs/index.asciidoc | 1 - docs/releasenotes.asciidoc | 26 ++++++++++++++++++++------ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index aedd424cf6fe66..7740cc11ed71d3 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -3,7 +3,6 @@ :ref: http://www.elastic.co/guide/en/elasticsearch/reference/current/ :shield: https://www.elastic.co/guide/en/shield/current -:k4pull: https://github.com/elastic/kibana/pull/ :k4issue: https://github.com/elastic/kibana/issues/ include::introduction.asciidoc[] diff --git a/docs/releasenotes.asciidoc b/docs/releasenotes.asciidoc index f0867fe91f0924..d3f9f63b3e6e27 100644 --- a/docs/releasenotes.asciidoc +++ b/docs/releasenotes.asciidoc @@ -10,10 +10,24 @@ from previous versions of Kibana. [[enhancementss]] == Enhancements -* {k4issue}2855[Issue 2855]: You can now configure Kibana log levels. -* {k4issue}4204[Issue 4204]: Kibana now has a plugin manager. -* {k4pull}4951[Pull Request 4951]: New UI to support plugin context changes. -* {k4issue}3270[Issue 3270]: Kibana now displays a server status page. -* {k4issue}2245[Issue 2245]: You can now customize the descriptions shown in the visualization. -* {k4pull}4702[Pull Request 4702]: Dark theme added to dashboards. +* {k4issue}2855[Issue 2855]: Configurable Kibana log levels. +* {k4issue}4204[Issue 4204]: Plugin manager for Kibana server. +* {k4issue}4218[Issue 4218]: New interface for switching between plugins. +* {k4issue}3270[Issue 3270]: Server status page. +* {k4issue}2245[Issue 2245]: Customizable visualization descriptions. +* {k4issue}2906[Issue 2906]: Dark theme added to dashboards. * {k4issue}1902[Issue 1902]: Tile maps support configurable WMS-compliant map servers. +* {k4issue}2245[Issue 2245]: Customize legends for the Filter aggregation. +* {k4issue}4817[Issue 4817]: Advanced Settings option maps values to colors. +* {k4issue}2874[Issue 2874]: Advanced Settings option to change default timepicker value. +* {k4issue}2760[Issue 2760]: Adds ability to filter by clicking on a legend. +* {k4issue}485[Issue 485]: Adds color rationalization across visualizations. + +== Bug Fixes + +* {k4issue}4902[Issue 4902]: Fixes a problem with object export logic. +* {k4issue}3694[Issue 3694]: Improves timezone handling in visualizations as a result of Olson timezone support in ES. +* {k4issue}4261[Issue 4261]: Improves highlighting on embedded searches in dashboards. +* {k4issue}4816[Issue 4816]: Improves history limit setting to clear past history. +* {k4issue}4670[Issue 4670]: Fixes issue with range aggregation. +* {k4issue}4244[Issue 4244]: Fixes issue with pie chart labels. \ No newline at end of file