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 2016/06/14 21:05:36 UTC

[3/6] tinkerpop git commit: Fixed up CHANGELOG entry. CTR

Fixed up CHANGELOG entry. CTR


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

Branch: refs/heads/master
Commit: 0aab69ca3d79a8294baa9cb75bba72ef4e76dc0a
Parents: 7e4c7b2
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Jun 14 13:28:34 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jun 14 13:28:48 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0aab69ca/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 3cad6ad..7b5206b 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -27,6 +27,7 @@ TinkerPop 3.1.3 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 * Avoid hamcrest conflict by using mockito-core instead of mockito-all dependency in `gremlin-test`.
+* Defaulted to `Edge.DEFAULT` if no edge label was supplied in GraphML.
 * Fixed bug in `IoGraphTest` causing IllegalArgumentException: URI is not hierarchical error for external graph implementations.
 * Fixed a bug where timeout functions provided to the `GremlinExecutor` were not executing in the same thread as the script evaluation.
 * Optimized a few special cases in `RangeByIsCountStrategy`.
@@ -1247,7 +1248,6 @@ TinkerPop 3.0.0.M2 (Release Date: September 23, 2014)
 * Moved `GiraphGraph.getOutputGraph()` to `GiraphHelper`.
 * Changed `GIRAPH_GREMLIN_HOME` to `GIRAPH_GREMLIN_LIB` to reference directory where jars are to be loaded.
 * Updated README with release instructions.
-* if there is no edge label in the GraphML file, then use Edge.DEFAULT
 
 TinkerPop 3.0.0.M1 (Release Date: August 12, 2014)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~