You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/06/04 12:15:33 UTC

[19/43] incubator-tinkerpop git commit: updated CHANGELOG.

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

Branch: refs/heads/preprocessor
Commit: 0a42966e61f3da36407793a9a7ca7b5d61973fa7
Parents: 6366b78
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Jun 2 22:34:58 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Jun 2 22:34:58 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0a42966e/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 428c401..4e0c76d 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)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Added `LabelP` to support index lookups and `has()` filtering on `Neo4jGraph` multi-label vertices.
 * `AddEdgeStep` now supports both `Scope.global` and `Scope.local` semantics.
 * Dropped dependency on `org.json:json` - used existing Jackson dependency.
 * Added back neo4j-gremlin as the licensing of the Neo4j API is now Apache2.
@@ -37,7 +38,7 @@ TinkerPop 3.0.0.GA (NOT OFFICIALLY RELEASED YET)
 * `GraphComputerTest` extended with validation of the semantics of all `ResultGraph`/`Persist` combinations.
 * GiraphGraphComputer no longer requires an extra iteration and MapReduce job to derive the full `Memory` result.
 * SparkGraphComputer now supports `InputRDD` and `OutputRDD` to allow vendors/users to use a `SparkContext` to read/write the graph adjacency list.
-* Added `Scope.getScopeValueByKey()` static method so all "selecting" steps use the same pattern for map, path, and sideEffect data retrieval.
+* Added `Scoping.getScopeValueByKey()` method so all "selecting" steps use the same pattern for map, path, and sideEffect data retrieval.
 
 TinkerPop 3.0.0.M9 (Release Date: May 26, 2015)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~