Repository: tinkerpop Updated Branches: refs/heads/tp32 632c20902 -> 2cb989bc5
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/2cb989bc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2cb989bc Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2cb989bc Branch: refs/heads/tp32 Commit: 2cb989bc59e1fc21e811631192316353881bfc60 Parents: 632c209 Author: Stephen Mallette <[email protected]> Authored: Mon May 8 15:29:29 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon May 8 15:29:29 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2cb989bc/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a8e8e4e..6fb3372 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Maintained type information on `Traversal.promise()`. +* Propagated exception to `Future` instead of calling thread in `RemoteConnection`. * Fixed a bug in `RepeatUnrollStrategy` where `LoopsStep` and `LambdaHolder` should invalidate the strategy's application. * Deprecated `authentication.className` setting in favor of using `authentication.authenticator`. * Added `authentication.authenticationHandler` setting.
