From bbe0ed6fb9a3fb76879d8d8d10c1d651eaa89d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 6 Aug 2019 16:57:34 +0100 Subject: [PATCH] Add missing changes to changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Martín --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d93f99..6e1d2121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,13 @@ - New styling that follows the source{d} branding ([#139](https://github.com/src-d/sourced-ui/issues/139), [#142](https://github.com/src-d/sourced-ui/issues/142), [#204](https://github.com/src-d/sourced-ui/pull/204).) - Improved method to export and import dashboards as JSON ([#165](https://github.com/src-d/sourced-ui/issues/165)). +- Allow users to re-order top level tabs ([#234](https://github.com/src-d/sourced-ui/pull/234)). +- Disable Druid clusters as datasources ([#238](https://github.com/src-d/sourced-ui/pull/238)). ### Fixed - Use utf8 encoding for gitbase connection ([#233](https://github.com/src-d/sourced-ui/issues/233)). +- Fixes and improvements in the charts of the default dashboards ([#237](https://github.com/src-d/sourced-ui/issues/237), [#236](https://github.com/src-d/sourced-ui/issues/236)). ### Internal