You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2017/08/07 07:35:11 UTC

[2/2] incubator-s2graph git commit: [S2GRAPH-158]: Bug fix on String type InnerVal encoding to use UTF-8 charsetName.

[S2GRAPH-158]: Bug fix on String type InnerVal encoding to use UTF-8 charsetName.

JIRA:
    [S2GRAPH-158] https://issues.apache.org/jira/browse/S2GRAPH-158

Pull Request:
    Closes #117

Author
    DO YUNG YOON <st...@apache.org>


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

Branch: refs/heads/master
Commit: 339be374f6b0dc970e4827bbfbceeb34ecc81dee
Parents: a19437f
Author: DO YUNG YOON <st...@apache.org>
Authored: Mon Aug 7 16:34:36 2017 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Mon Aug 7 16:34:36 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/339be374/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index ae6d096..1e16637 100644
--- a/CHANGES
+++ b/CHANGES
@@ -139,6 +139,8 @@ Release 0.1.0 - unreleased
     S2GRAPH-138: Fixed logging in Play! development mode
                  (Contributed by Jong Wook Kim<jo...@nyu.edu>, committed by DOYUNG YOON)
 
+    S2GRAPH-158: Bug fix on String type InnerVal encoding to use UTF-8 charsetName (Committed by DOYUNG YOON).
+
   TASKS
 
     S2GRAPH-2: Update document and quick start environment to have recent set-up command changes.