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 2017/01/31 13:59:36 UTC

tinkerpop git commit: updated CHANGELOG -- had a repeated entry. CTR.

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 8f34da823 -> 7a845f3c4


updated CHANGELOG -- had a repeated entry. CTR.


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

Branch: refs/heads/tp32
Commit: 7a845f3c47d665a97f44c9b4998d426a85befe37
Parents: 8f34da8
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Jan 31 06:59:33 2017 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Jan 31 06:59:33 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7a845f3c/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 91413c1..a22b7c0 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -27,7 +27,6 @@ TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 * Fixed a bug where `PathProcessor.keepLabels` were not being pushed down into child traversals by `PathRetractionStrategy`.
-* Added `SingleIterationStrategy` as a default `GraphComputer` strategy that can re-write some traversals to not require message passing.
 * Added default `MessagePassingReductionStrategy` for `GraphComputer` that can reduce the number of message passing iterations.
 * Fixed a bug associated with user-provided maps and `GroupSideEffectStep`.
 * `GroupBiOperator` no longer maintains a detached traversal and thus, no more side-effect related OLAP inconsistencies.