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

tinkerpop git commit: fixed typo in changelog

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1807-master 5031ccdbe -> ed6133e50


fixed typo in changelog


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

Branch: refs/heads/TINKERPOP-1807-master
Commit: ed6133e502e573650a39a6ac96c4a901e168c2e6
Parents: 5031ccd
Author: davebshow <da...@gmail.com>
Authored: Wed Nov 15 10:17:34 2017 -0800
Committer: davebshow <da...@gmail.com>
Committed: Wed Nov 15 10:17:34 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ed6133e5/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 49c9a5b..049c999 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -252,7 +252,6 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Fixed an `ArrayOutOfBoundsException` in `hasId()` for the rare situation when the provided collection is empty.
 * Bump to Netty 4.0.52
 * `TraversalVertexProgram` `profile()` now accounts for worker iteration in `GraphComputer` OLAP.
-* `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`.