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/06/03 17:21:17 UTC

[tinkerpop] 03/05: Minor fix to upgrade notes title 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 48dbf919d33d32ac01f0a26777849923cffaa8aa
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 3 09:42:22 2019 -0400

    Minor fix to upgrade notes title CTR
---
 docs/src/upgrade/release-3.4.x.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc
index 11c2a3c..be5f8d4 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -72,7 +72,7 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-2216[TINKERPOP-2216]
 
 ==== Graph Driver Providers
 
-===== Per Request Options
+===== GraphBinary API Change
 
 In GraphBinary serialization, Java `write()` and `writeValue()` from `TypeSerializer<T>` interface now take a Netty's
 `ByteBuf` instance instead of an `ByteBufAllocator`, that way the same buffer instance gets reused during the write