You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by jh...@apache.org on 2013/06/18 19:36:15 UTC

git commit: updated changes

Updated Branches:
  refs/heads/master 2c238c9a7 -> d3e3fa5e7


updated changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/d3e3fa5e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/d3e3fa5e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/d3e3fa5e

Branch: refs/heads/master
Commit: d3e3fa5e7ce23413712d041f3580ee2dedcdd28f
Parents: 2c238c9
Author: jinossy <ji...@gmail.com>
Authored: Wed Jun 19 02:34:56 2013 +0900
Committer: jinossy <ji...@gmail.com>
Committed: Wed Jun 19 02:34:56 2013 +0900

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/d3e3fa5e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 79bf45b..b012699 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,8 @@ Release 0.2.0 - unreleased
 
   IMPROVEMENTS
 
+    TAJO-7: Enabling TajoCli to take multiple lines as one statement. (jinho)
+
     TAJO-72: Rename NQL.g to SQL.g. (hyunsik)
 
     TAJO-71: Case-insensitive parser. (hyunsik)