You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/05/28 13:41:14 UTC

incubator-tinkerpop git commit: Udpate changelog.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 34dfccc53 -> fa7592d7e


Udpate changelog.


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

Branch: refs/heads/master
Commit: fa7592d7e8a2ca8fc656115e185a2f105006bf8d
Parents: 34dfccc
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu May 28 07:41:04 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu May 28 07:41:04 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/fa7592d7/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 84c70b4..dfafb33 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,6 +25,7 @@ image::http://www.tinkerpop.com/docs/current/images/gremlin-hindu.png[width=225]
 TinkerPop 3.0.0.GA (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Include `hadoop-gremlin` Hadoop configuration sample files in Gremlin Console distribution.
 * Iteration of results in Gremlin Server occur in the same thread as evaluation and prior to transaction close.
 * TinkerGraphComputer now supports every `ResultGraph`/`Persist` combination.
 * `GraphComputerTest` extended with validation of the semantics of all `ResultGraph`/`Persist` combinations.