You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by jo...@apache.org on 2017/11/30 13:47:49 UTC

[10/47] tinkerpop git commit: CTR removed doubled changelog entry

CTR removed doubled changelog entry


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

Branch: refs/heads/TINKERPOP-1489
Commit: 8a76de7f5ca68b2f66f666c41c57a27459002dcf
Parents: 3db47e0
Author: davebshow <da...@gmail.com>
Authored: Mon Nov 27 10:11:27 2017 -0800
Committer: davebshow <da...@gmail.com>
Committed: Mon Nov 27 10:11:27 2017 -0800

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8a76de7f/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index dd971de..bf865fa 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -33,7 +33,6 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Added test framework for GLVs.
 * Fixed bug in `TraversalHelper.replaceStep()` where the step being replaced needed to be removed prior to the new one being added.
 * Added alias support in the .NET `DriverRemoteConnection`.
-* `TraversalVertexProgram` ``profile()` now accounts for worker iteration in `GraphComputer` OLAP.
 * Added a test for self-edges and fixed `Neo4jVertex` to provided repeated self-edges on `BOTH`.
 * Better respected permissions on the `plugins.txt` file and prevented writing if marked as read-only.
 * Added getters for the lambdas held by `LambdaCollectingBarrierStep`, `LambdaFlatMapStep` and `LambdaSideEffectStep`.