You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/06/04 12:15:39 UTC

[25/43] incubator-tinkerpop git commit: Update changelog.

Update changelog.


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

Branch: refs/heads/preprocessor
Commit: 2fb115f36deb8e5e4ad2508c520f20b2aed5fbe6
Parents: 1f5b7f7
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jun 3 07:09:02 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jun 3 07:09:02 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2fb115f3/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 07860c4..10e13ec 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,6 +25,7 @@ image::http://www.tinkerpop.com/docs/current/images/gremlin-hindu.png[width=225]
 TinkerPop 3.0.0.GA (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Changed `onReadWrite` and `onClose` of `AbstractTransaction` to be synchronized.
 * Added `LabelP` to support index lookups and `has()` filtering on `Neo4jGraph` multi-label vertices.
 * `AddEdgeStep` now supports both `Scope.global` and `Scope.local` semantics.
 * Added a fully defined set of `Graph.Feature` implementations to `EmptyGraph`.