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/09 14:52:12 UTC

incubator-tinkerpop git commit: Minor adjustments to changelog for better consistency.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 5f31af922 -> 0e466cf5c


Minor adjustments to changelog for better consistency.


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

Branch: refs/heads/master
Commit: 0e466cf5cb3f881a609ea51fb5b06c2b15a59986
Parents: 5f31af9
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 9 08:51:49 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Feb 9 08:51:49 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/0e466cf5/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 76c4d7d..db9b5e7 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -431,7 +431,7 @@ TinkerPop 3.0.0.M2 (Release Date: September 23, 2014)
 * Extensive work on `GiraphMemory` and its interaction with Giraph aggregators.
 * If the input path of a `GiraphGraphComputer` does not exist, failure happens prior to job submission.
 * `SugarPlugin` now has all inefficient methods and Gremlin-Groovy proper is only efficient Groovy techniques.
-* Prevent concurrency problems by only modifying bindings within the same thread of execution in the `GremlinExecutor`.
+* Prevented concurrency problems by only modifying bindings within the same thread of execution in the `GremlinExecutor`.
 * Calls to `use` on the `DependencyManager` now return the list of `GremlinPlugin` instances to initialize instead of just initializing them automatically because it causes problems with `ScriptEngine` setup if a plugin requires a script to be evaluated and a required dependency is not yet loaded.
 * `Traversal.SideEffects` has `getGraph()`, `setGraph()`, and `removeGraph()` default helpers.
 * `Traversal.Memory` -> `Traversal.SideEffects` and `GraphComputer.SideEffects` -> `GraphComputer.Memory`.
@@ -441,7 +441,7 @@ TinkerPop 3.0.0.M2 (Release Date: September 23, 2014)
 * Changed order in which the `GremlinExecutor` is initialized such that dependency loading via "use" are handled first which fixes problems with starting Gremlin Server with `gremlin-server-neo4j.yaml`.
 * Corrected issues with the "branch factor" related traversals under `SubgraphStrategy`.  This change also altered the semantics of the `SubgraphStrategy` a bit as it became more restrictive around `Edge` inclusion (requires both vertices to be in the subgraph).
 * The Gephi Plugin now visualizes traversals and has numerous configuration options.
-* Add more specific features around the types of "identifiers" a graph can support.
+* Added more specific features around the types of "identifiers" a graph can support.
 * Added a new test graph called `MODERN` that is copy of the `CLASSIC` graph, but represents floats as doubles.  This graph will be the default graph for testing going forward.
 * Fix bug in `Neo4jGraph` that was not processing multiple vertex labels properly when doing a `has()` step with `IN`.
 * Changed semantics of `@LoadGraphWith` in gremlin-test to only refer to the ability of a test implementation to process the data types of the test graph (not to actually load it).