You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/05/20 19:21:12 UTC

incubator-tinkerpop git commit: updated CHANGELOG.:

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 2c3beec4c -> becbff35a


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

Branch: refs/heads/master
Commit: becbff35a33286ebac1b75cf5ad73278e826e545
Parents: 2c3beec
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed May 20 11:21:21 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed May 20 11:21:21 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/becbff35/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 12010c2..1df77bc 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.M9 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* TinkerGraph classes are now final to restrict user and vendor extension.
 * `AndStep` and `OrStep` are now simply markers where `WhereStep(a.and(b).and(c)...and(z))` is the compilation.
 * Moved `Compare`, `Contains`, `Order`, `Operator`, and `P` to `process/traversal` from `structure/` as they are process-based objects.
 * `HasContainer` now uses `P` predicate as helper methods and tests are more thorough on `P`.