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:47 UTC

[08/47] tinkerpop git commit: Updated changelog CTR

Updated changelog CTR


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

Branch: refs/heads/TINKERPOP-1489
Commit: 072b08214d7e9e3d33d8ef40bfbbd1e6f746ea56
Parents: 4180659
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 27 07:36:05 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 27 07:36:14 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/072b0821/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 5ba7c70..02c87ca 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -30,6 +30,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * `TraversalVertexProgram` `profile()` now accounts for worker iteration in `GraphComputer` OLAP.
 * Returned the `Builder` instance from the `DetachedEdge.Builder` methods of `setOutE` and `setOutV`.
 * 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`.
 * 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.