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 2015/11/07 15:33:28 UTC

[04/15] incubator-tinkerpop git commit: moved Driver implementor section down in it's correct position

moved Driver implementor section down in it's correct position


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/35e97f08
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/35e97f08
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/35e97f08

Branch: refs/heads/TINKERPOP3-885
Commit: 35e97f08e4359c0ae09f431c7680f8c13567549b
Parents: 285bd28
Author: Dylan Millikin <dy...@brightzone.fr>
Authored: Wed Oct 21 14:37:19 2015 +0200
Committer: Dylan Millikin <dy...@brightzone.fr>
Committed: Wed Oct 21 14:37:19 2015 +0200

----------------------------------------------------------------------
 docs/src/upgrade-release-3.1.x-incubating.asciidoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/35e97f08/docs/src/upgrade-release-3.1.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade-release-3.1.x-incubating.asciidoc b/docs/src/upgrade-release-3.1.x-incubating.asciidoc
index d031b2d..e42be2b 100644
--- a/docs/src/upgrade-release-3.1.x-incubating.asciidoc
+++ b/docs/src/upgrade-release-3.1.x-incubating.asciidoc
@@ -121,6 +121,11 @@ If these tests were referenced in an `OptOut`, then their names should be update
 
 See link:https://issues.apache.org/jira/browse/TINKERPOP3-805[TINKERPOP3-805] for more information.
 
+Graph Traversal Updates
++++++++++++++++++++++++
+
+There were numerous changes to the `GraphTraversal` API. Nearly all changes are backwards compatible with respective "deprecated" annotations. Please review the respective updates specified in the "Graph System Users" section.
+
 Driver Implementers
 ^^^^^^^^^^^^^^^^^^^
 
@@ -129,9 +134,4 @@ Transaction.onReadWrite() and Transaction.onClose() are now `ThreadLocal` settin
 
 If your driver configures the `Transaction.onReadWrite()` or `Transaction.onClose()` settings, note that these no longer apply to all future requests. 
 If the settings are changed from a sessionless request they will only apply to that one request.
-If the settings are changed from an in-session request they will only apply to all future requests made in the scope of that session. 
-
-Graph Traversal Updates
-+++++++++++++++++++++++
-
-There were numerous changes to the `GraphTraversal` API. Nearly all changes are backwards compatible with respective "deprecated" annotations. Please review the respective updates specified in the "Graph System Users" section.
+If the settings are changed from an in-session request they will only apply to all future requests made in the scope of that session. 
\ No newline at end of file