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/05/06 21:58:17 UTC

incubator-tinkerpop git commit: updated CHANGELOG

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 1b28d109b -> 55c6a5273


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

Branch: refs/heads/master
Commit: 55c6a527328a12c2f8318a7e2c435ca38110a1dc
Parents: 1b28d10
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed May 6 21:52:49 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed May 6 21:52:49 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/55c6a527/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 12d255d..f46d564 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 `IncidentToAdjacentStrategy` which rewrites `outE().inV()`, `inE().outV()` and `bothE().otherV()` to `out()`, `in()` and `both()` respectively.
 * Anonymous traversal no longer have `EmptyGraph` as their graph, but instead use `Optional<Graph>.isPresent() == false`.
 * Added `Traversal.Admin.setGraph(Graph)` as strategies that need reference to the graph, need it across all nested traversals.
 * `AbstractLambdaTraversal` is now smart about `TraversalParent` and `TraversalStrategies`.