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:51:14 UTC

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

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


Minor fix to changelog for 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/5f31af92
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/5f31af92
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/5f31af92

Branch: refs/heads/master
Commit: 5f31af9229812a23b130d96189988b654e52ab31
Parents: db98c2d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 9 08:40:45 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Feb 9 08:40:45 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/5f31af92/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 159faeb..76c4d7d 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -442,7 +442,7 @@ TinkerPop 3.0.0.M2 (Release Date: September 23, 2014)
 * 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.
-* Add 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.
+* 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).
 * `StartStep` is a `SideEffect` as it is a process to get data into the stream (like a keyboard) and more efficient as such.