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/03/23 21:54:37 UTC

incubator-tinkerpop git commit: Update changelog.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master e529a6871 -> cbaaa2562


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/cbaaa256
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/cbaaa256
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/cbaaa256

Branch: refs/heads/master
Commit: cbaaa2562119b3d1f403b0d4931e58ad65fe5d01
Parents: e529a68
Author: Stephen Mallette <sp...@apache.org>
Authored: Mon Mar 23 16:54:25 2015 -0400
Committer: Stephen Mallette <sp...@apache.org>
Committed: Mon Mar 23 16:54:25 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/cbaaa256/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index db6e275..03d1da6 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 * Introduce `AbstractTransaction` to simplify implementation of standard transactional features for vendors.
+* Added `EventStrategy` to generate `Graph` modification events to listeners.
 * Added test to enforce return of an empty `Property` on `VertexProperty.property(k)` if no meta properties exist.
 * Added methods to registered transaction completion listeners on `Transaction` and provided a default implementation.
 * Fixed bug in Neo4j where return of an empty meta property was returning a `NullPointerException`.