Updated changelog CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0426797a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0426797a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0426797a Branch: refs/heads/tp33 Commit: 0426797a5a3da5b05a35cbbf075dc4100d5d5412 Parents: 4bdf0d2 Author: Stephen Mallette <sp...@genoprime.com> Authored: Fri Sep 21 15:15:50 2018 -0400 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Fri Sep 21 15:15:50 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0426797a/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 948f8df..c1e8b56 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -46,6 +46,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Fixed bug in `branch()` where reducing steps as options would produce incorrect results. * Removed recursive handling of streaming results from Gremlin-Python driver to avoid max recursion depth errors. * Improved performance of `TraversalVertexProgram` and related infrastructure. +* Checked web socket state before closing connection in the .NET driver. * Deprecated `BulkLoaderVertexProgram` and related infrastructure. * Deprecated `BulkDumperVertexProgram` with the more aptly named `CloneVertexProgram`. * Added `createGratefulDead()` to `TinkerFactory` to help make it easier to try to instantiate that toy graph.