You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/05/02 17:54:46 UTC

[tinkerpop] branch master updated: Updated CHANGELOG CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 96311b9  Updated CHANGELOG CTR
96311b9 is described below

commit 96311b9d712550a09989910e722be695a4e18e77
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu May 2 13:54:32 2019 -0400

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

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 2bf08bd..ac55a98 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 This release also includes changes from <<release-3-3-7, 3.3.7>>.
 
 * Allow a `Traversal` to know what `TraversalSource` it spawned from.
+* Changed definition of generic in signature of `from(Traversal)` and `to(Traversal)` steps to use a wildcard rather than `Vertex`.
 * Fixed problem with connection pool sizing and retry.
 
 [[release-3-4-1]]