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/03/16 21:04:49 UTC

incubator-tinkerpop git commit: fixed up CHANGELOG.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 4e2b979b2 -> 96d3cbffd


fixed up 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/96d3cbff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/96d3cbff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/96d3cbff

Branch: refs/heads/master
Commit: 96d3cbffd2611ad7bdf18e25975da9c38f853e45
Parents: 4e2b979
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Mar 16 14:04:47 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Mar 16 14:04:47 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/96d3cbff/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 9f835ad..072e96a 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,12 +25,12 @@ 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 `AddVertexStep` (`addV`), `AddPropertyStep` (`property`), and changed `AddEdgeStep` to a map-step instead of a sideEffect-step.
 * Added `compile` method to `GremlinExecutor` and related classes.
 * Fixed bug in Gremlin Server that was generating extra response messages on script evaluation errors.
 * Changed the `Memory` API to not return the mutated value on `or`, `and`, `incr` as it is too difficult to implement faithfully in a distributed system.
 * Added `SparkGraphComputer` to Hadoop-Gremlin which uses Apache Spark as the underlying computing engine.
 * Renamed "Gremlin Kryo" to "Gryo".
-* Implement profiling for nested traversals.
 * Refactored `TinkerWorkerPool` to use `ExecutorService` so as to reuse threads when executing graph computer functions.
 * Removed `Reducing.Reducer` and `ReducingStrategy`. Previous `Reducing` classes are now `MapReducer` classes.
 * Refactored the "process" test suite to allow for better test configuration with respect to different `TraversalEngine` implementations.