You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/11/18 15:39:31 UTC

incubator-tinkerpop git commit: updated CHANGELOG with explain() stuffs. CTR.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 0feaa8b47 -> 4de02bce2


updated CHANGELOG with explain() stuffs. CTR.


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

Branch: refs/heads/master
Commit: 4de02bce293dbbb25e3da17285302932d62943ff
Parents: 0feaa8b
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Nov 18 07:39:30 2015 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Nov 18 07:39:30 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/4de02bce/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 8772789..e46fb3c 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,7 +26,8 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-
+* Added `explain()`-step which yields a `TraversalExplanation` with a pretty `toString()` detailing the compilation process.
+* Fixed a traversal strategy ordering bug in `AdjacentToIncidentStrategy` and `IncidentToAdjacentStrategy`.
 
 [[release-3.1.0-incubating]]
 TinkerPop 3.1.0 (Release Date: November 16, 2015)