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:35:16 UTC

incubator-tinkerpop git commit: CHANGELOG update.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 54a316a72 -> 1dd702e05


CHANGELOG update.


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

Branch: refs/heads/master
Commit: 1dd702e058a77f6fb9cf898d6336212ed26a264c
Parents: 54a316a
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed May 20 11:35:29 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed May 20 11:35:29 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/1dd702e0/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 828d2af..c230696 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)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* `has(key)` and `hasNot(key)` are now aliases for `where(values(key))` and `where(not(values(key)))`, respectively.
 * TinkerGraph classes are now final to restrict user and vendor extension.
 * Added `TraversalStrategy.VendorOptimization` to ensure that all TinkerPop optimizations execute first on the known TinkerPop steps.
 * Added `TailGlobalStep` and `TailLocalStep` (`tail()`) which gets objects from the end of the traversal stream.