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/01 22:58:10 UTC

[2/2] incubator-tinkerpop git commit: Update changelog.

Update 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/f4449db4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/f4449db4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/f4449db4

Branch: refs/heads/master
Commit: f4449db4a897a2194967cf5677da4d4c02a3f855
Parents: 03444f6
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 1 16:57:58 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 1 16:57:58 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f4449db4/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index c4d6916..7af5087 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ TinkerPop 3.0.0.M9 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 * Added `PersistResultGraphAware` interface which is used by `OutputFormats` to specify persistence possibilities for a Hadoop `GraphComputer`.
+* `ElementIdStrategy` now allows the identifier property to be set directly (and not only by specifying `T.id`).
 * `Path` and `Step` labels are ordered by the order in which the respective `addLabel()` calls were made.
 * A `Step` now has a `Set<String>` of labels. Updated `as()` to take a var args of labels.
 * Dropped `BatchGraph` from the code base - it will be replaced by bulk loader functionality over OLAP.