From b8e699e0968443c88cfecb1753f0f00bd51bf4a9 Mon Sep 17 00:00:00 2001 From: Nora Date: Thu, 13 Jun 2019 12:08:59 -0700 Subject: [PATCH] Changelog for alpha 12 --- content/v2.0/reference/release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/v2.0/reference/release-notes.md b/content/v2.0/reference/release-notes.md index fa54c4e88..427755bc1 100644 --- a/content/v2.0/reference/release-notes.md +++ b/content/v2.0/reference/release-notes.md @@ -6,6 +6,15 @@ menu: name: Release notes weight: 1 --- +## v2.0.0-alpha.12 [2019-06-13] + +## Features +- Enable formatting line graph y ticks with binary prefix. +- Add x and y column pickers to graph types. +- Add option to shade area below line graphs. + +## Bug Fixes +- Fix performance regression in graph tooltips. ## v2.0.0-alpha.11 [2019-05-31]