TINKERPOP-1271: update change log
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/dce84049 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/dce84049 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/dce84049 Branch: refs/heads/tp32 Commit: dce840495def5a6b3aacda1baf38c544bde2a5dc Parents: 6bea8a5 Author: artemaliev <artem.aliev@gmail,com> Authored: Thu Feb 2 17:34:49 2017 +0300 Committer: artemaliev <artem.aliev@gmail,com> Committed: Thu Feb 2 17:34:49 2017 +0300 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/dce84049/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6e7d456..bf5a49f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Refactor SparkContext handler to support external kill and stop operations * Fixed a bug where `PathProcessor.keepLabels` were not being pushed down into child traversals by `PathRetractionStrategy`. * Added default `MessagePassingReductionStrategy` for `GraphComputer` that can reduce the number of message passing iterations. * Fixed a bug associated with user-provided maps and `GroupSideEffectStep`.
