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/05 22:04:02 UTC

[2/4] 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/e7ef7907
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/e7ef7907
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/e7ef7907

Branch: refs/heads/master
Commit: e7ef79078051490c5f033a8008cfb8c43ff6b05f
Parents: 1bed832
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue May 5 16:01:33 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue May 5 16:01:33 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/e7ef7907/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 1fd624d..f4fae8b 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.M9 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Added `VertexFeature.getCardinality`.
 * Added `AdjacentToIncidentStrategy` which rewrites `out().count()` to `outE().count()` (and similar such patterns).
 * `GryoPool` now takes a `Configuration` object which allows setting the size of the pool and the `IoRegistry` instance.
 * Added `PersistResultGraphAware` interface which is used by `OutputFormats` to specify persistence possibilities for a Hadoop `GraphComputer`.