Update changelog.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/320071d3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/320071d3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/320071d3 Branch: refs/heads/TINKERPOP-1254 Commit: 320071d351005e562a23f4f58bc1fcf55f52ac7f Parents: e25c1d5 Author: Stephen Mallette <[email protected]> Authored: Wed Jul 6 10:31:41 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed Jul 6 10:31:41 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/320071d3/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 2ae2e77..a6cbad0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/ TinkerPop 3.1.3 (NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Enured calls to `Result.hasNext()` were idempotent. * Avoid hamcrest conflict by using mockito-core instead of mockito-all dependency in `gremlin-test`. * Fixed bug in `SubgraphStrategy` where step labels were not being propogated properly to new steps injected by the strategy. * Defaulted to `Edge.DEFAULT` if no edge label was supplied in GraphML.
