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/02/21 17:10:26 UTC

incubator-tinkerpop git commit: Minor nothing to changelog.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 8f3e628d8 -> 960eeb541


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

Branch: refs/heads/master
Commit: 960eeb541de506746abd5071b1c8a0ee5c258507
Parents: 8f3e628
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Feb 21 11:07:21 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Feb 21 11:07:21 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/960eeb54/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 17a5684..d568d64 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -37,7 +37,7 @@ TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Added Apache Rat plugin to detect the proper inclusion of license headers in files.
 * A `Traversal` now respects thread interruption during iteration, throwing a `TraversalInterruptionException` if it encounters interruption on the current thread.
 * Apache refactoring: `com.tinkerpop` -> `org.apache.tinkerpop`.
-* `Traversal` is now `Serializable` and with 99% of queries no longer needing lambdas, Gremlin-Java works over the wire.
+* `Traversal` is now `Serializable` and with most queries no longer needing lambdas, Gremlin-Java works over the wire.
 * Added `VertexProperty.Cardinality` with `list`, `set`, and `single`. No more `Vertex.singleProperty()` method.
 * Added `RangeByIsCountStrategy` that adds a `RangeStep` in front of `.count().is(<predicate>, <value>)` to minimize the amount of fetched elements.
 * Added `CoalesceStep` / `coalesce()` that emits the first traversal which emits at least one element.