You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/09/25 01:39:28 UTC

[kylin] branch document updated: fix release notes

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 809cd13  fix release notes
809cd13 is described below

commit 809cd133758020b04d7ee0620426c0c414e5d9b4
Author: shaofengshi <sh...@apache.org>
AuthorDate: Tue Sep 25 09:39:16 2018 +0800

    fix release notes
---
 website/_docs/release_notes.md   | 2 +-
 website/_docs24/release_notes.md | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index 558a378..fb750c0 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -22,6 +22,7 @@ This is a major release after 2.4, with 96 bug fixes and enhancement. Check [How
 __New Feature__
 * [KYLIN-2565] - Support Hadoop 3.0
 * [KYLIN-3488] - Support MySQL as Kylin metadata storage
+* [KYLIN-3366] - Configure automatic enabling of cubes after a build process
 
 __Improvement__
 * [KYLIN-2998] - Kill spark app when cube job was discarded
@@ -163,7 +164,6 @@ __New Feature__
 * [KYLIN-3315] - Allow each project to set its own source at project level
 * [KYLIN-3343] - Support JDBC source on UI
 * [KYLIN-3358] - Support sum(case when...), sum(2*price+1), count(column) and more
-* [KYLIN-3366] - Configure automatic enabling of cubes after a build process
 * [KYLIN-3378] - Support Kafka table join with Hive tables
 
 __Improvement__
diff --git a/website/_docs24/release_notes.md b/website/_docs24/release_notes.md
index 40ec13b..b990892 100644
--- a/website/_docs24/release_notes.md
+++ b/website/_docs24/release_notes.md
@@ -58,7 +58,6 @@ __New Feature__
 * [KYLIN-3315] - Allow each project to set its own source at project level
 * [KYLIN-3343] - Support JDBC source on UI
 * [KYLIN-3358] - Support sum(case when...), sum(2*price+1), count(column) and more
-* [KYLIN-3366] - Configure automatic enabling of cubes after a build process
 * [KYLIN-3378] - Support Kafka table join with Hive tables
 
 __Improvement__