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/07/16 13:41:54 UTC

[tinkerpop] 02/03: Udpate 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 0f95e00574171a9648a2bdd82c8867e9e87b00d6
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jul 16 07:38:42 2019 -0400

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

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index de1566c..c46cfa2 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -28,6 +28,7 @@ This release also includes changes from <<release-3-3-8, 3.3.8>>.
 * Improved error messaging on timeouts returned to the console from `:>`.
 * Added a `toString()` serializer for GraphBinary.
 * Configured the Gremlin Console to use GraphBinary by default.
+* Fixed transaction management for empty iterators in Gremlin Server.
 * Deprecated `MessageSerializer` implementations for Gryo in Gremlin Server.
 * Deprecated `Serializers` enum values of `GRYO_V1D0` and `GRYO_V3D0`.
 * Deprecated `SerTokens` values of `MIME_GRYO_V1D0` and `MIME_GRYO_V3D0`.