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/13 23:41:18 UTC

[8/8] incubator-tinkerpop git commit: tweaked CHANGELOG.

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

Branch: refs/heads/master
Commit: 4172c3a2df7d8f5eb0573da72b2031a7b39e54f5
Parents: 4083888
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Feb 13 15:41:07 2015 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Feb 13 15:41:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/4172c3a2/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 5bdd704..6037dd3 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,10 +25,9 @@ image::http://www.tinkerpop.com/docs/current/images/gremlin-hindu.png[width=225]
 TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-* Added `dedup(local)` and `sample(local)`.
 * `TraversalStrategy.apply(traversal)` is the new method signature as the `TraversalEngine` can be retrieved from the `Traversal`.
 * `TraversalEngine` is now an interface and provided to the traversal by the graph. `Graph` methods added to set the desired traversal engine to use.
-* Added `count(local)`, `sum(local)`, `max(local)`, `min(local)`, and `mean(local)` operating on the local object (e.g. collection, map, etc.)
+* Added `count(local)`, `sum(local)`, `max(local)`, `min(local)`, `mean(local)`, `dedup(local)`, and `sample(local)` for operating on the local object (e.g. collection, map, etc.).
 * `TraversalComparator` exists which allows for `order().by(outE().count(),decr)`.
 * 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.