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/02/20 20:00:46 UTC

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

Branch: refs/heads/master
Commit: 91ad775f1c13f5c2c41ce581871315bebe5b5459
Parents: ae990b6
Author: rjbriody <bo...@datastax.com>
Authored: Fri Feb 20 13:02:37 2015 -0500
Committer: rjbriody <bo...@datastax.com>
Committed: Fri Feb 20 13:02:37 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/91ad775f/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index e2166b6..17a5684 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.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Implement profiling for nested traversals.
 * Removed `Reducing.Reducer` and `ReducingStrategy`. Previous `Reducing` classes are now `MapReducer` classes.
 * Refactored the "process" test suite to allow for better test configuration with respect to different `TraversalEngine` implementations.
 * Added `hasNot(traversal)` which is a faster way of doing `has(traversal.count().is(0L))`.