updated CHANGELOG
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/19c77916 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/19c77916 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/19c77916 Branch: refs/heads/TINKERPOP-1063 Commit: 19c77916e3fe37b2cbc19d190ab4bffe7d55f64c Parents: 142512c Author: Jason Plurad <[email protected]> Authored: Wed Jun 8 00:43:27 2016 -0400 Committer: Jason Plurad <[email protected]> Committed: Wed Jun 8 00:43:27 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/19c77916/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 8e0dd0e..b6235e2 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* 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`. * Named the thread pool used by Gremlin Server sessions: "gremlin-server-session-$n".
