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

incubator-tinkerpop git commit: Updated CHANGELOG with traversal execution and performance improvement note. CTR.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 4de02bce2 -> 678a1a372


Updated CHANGELOG with traversal execution and performance improvement note. 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/678a1a37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/678a1a37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/678a1a37

Branch: refs/heads/master
Commit: 678a1a3720fbd149544c024a1a97df6935ed71a6
Parents: 4de02bc
Author: Ted Wilmes <tw...@gmail.com>
Authored: Wed Nov 18 08:50:14 2015 -0600
Committer: Ted Wilmes <tw...@gmail.com>
Committed: Wed Nov 18 08:50:14 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/678a1a37/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index e46fb3c..5f3018a 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -28,6 +28,7 @@ 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`.
+* Made a number of changes to improve traversal startup and execution performance.
 
 [[release-3.1.0-incubating]]
 TinkerPop 3.1.0 (Release Date: November 16, 2015)