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/08 22:14:02 UTC

incubator-tinkerpop git commit: minor change to test Apache Git for @spmallette.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master fdd5e1854 -> db98c2d09


minor change to test Apache Git for @spmallette.


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

Branch: refs/heads/master
Commit: db98c2d090e901de5fc8eee39bb3e52a8b3e75b7
Parents: fdd5e18
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Sun Feb 8 14:13:58 2015 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Sun Feb 8 14:13:58 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/db98c2d0/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 7116157..159faeb 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -17,9 +17,9 @@ TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Bumped `neo4j-graph` to Neo4j 2.1.6.
 * Bumped to Groovy 2.4.0.
 * Added a new "performance" test suite for Gremlin Process.
-* Steps now only operate with traversals -- no more lambdas. Lambda->`Traversal` conversion utilities added.
+* Steps now only operate with traversals -- no more lambdas. Lambda->`Traversal` conversion utilities  added.
 * `SideEffectStep` always requires a `Consumer`. Steps that were consumer-less simply extends `AbstractStep`.
-* Simplified the `Neo4jGraph` implementation by now allowing `cypher()` mid-traversal. Only available via `g.cypher() -> GraphTraversal`.
+* Simplified the `Neo4jGraph` implementation by now allowing `cypher()` mid-traversal. Only available via `g.cypher()`.
 * Moved `clock()` out of the Utility plugin. It is now available to both Groovy and Java.
 * 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.