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/10/03 21:20:10 UTC

[tinkerpop] 02/04: 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

commit b0f0b402391d6fc0107b6a92bff418efb3e7f04b
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Oct 3 17:19:37 2019 -0400

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

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index f721bf4..2a90f05 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -28,6 +28,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Added support for `UnaryOperator` and `BinaryOperator` for `Lambda` instances.
 * Fixed `TraversalExplanation` deserialization in GraphSON 2 and 3 which was not supported before in Java.
 * Added support for custom request headers in Python.
+* Fixed Java DSL annotation for generation of `addE()` which was formerly calling the wrong step.
 * Deprecated `scriptEvaluationTimeout` in favor of the more generic `evaluationTimeout`.
 * Bumped jackson-databind to 2.9.10 due to CVE-2019-14379, CVE-2019-14540, CVE-2019-16335.
 * Bumped jackson-annotations to 2.9.10 to align the version of jackson-databind.