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/02/06 19:50:59 UTC

incubator-tinkerpop git commit: small tweak to check credentials -- yet again.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 782546da3 -> 4e1b9021a


small tweak to check credentials -- yet again.


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

Branch: refs/heads/master
Commit: 4e1b9021a019148fc0f345f684dc0abc012a2804
Parents: 782546d
Author: okram <ok...@apache.org>
Authored: Fri Feb 6 11:50:36 2015 -0700
Committer: okram <ok...@apache.org>
Committed: Fri Feb 6 11:50:36 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/4e1b9021/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index dfe5436..eb6c72f 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -24,7 +24,7 @@ TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Changed the `OptOut` annotation to allow for ignoring an entire test case using a wildcard.
 * Added `AndStep` and `OrStep` filters to support arbitrary conjunction of traversals.
 * `__` is now a class with static `GraphTraversal` methods and thus `repeat(out())` is possible.
-* Added `IsStep` / `.is()` that allows filtering of scalar values.
+* Added `IsStep` / `.is()` that supports filtering scalar values.
 * `Neo4jGraph` and `TinkerGraph` no longer create new `Feature` instances on each feature check.
 * Added `Compare.inside` and `Compare.outside` for testing ranges. Removed `between()` as now its `has('age',inside,[10,30])`.
 * `GraphTraversal.has()` no longer requires the element type to be cast in the traversal definition.