TINKERPOP-1945 Updated changelog for additional exteded types for .NET
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1eb418f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1eb418f3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1eb418f3 Branch: refs/heads/TINKERPOP-2023 Commit: 1eb418f3f9be0d8e373c06115fdfbda0700b79d4 Parents: ddeaf41 Author: Stephen Mallette <[email protected]> Authored: Mon Aug 13 10:46:21 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Aug 13 11:17:28 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1eb418f3/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 79db967..f9b8b2f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -29,6 +29,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Match numbers in `choose()` options using `NumberHelper` (match values, ignore data type). * Added support for GraphSON serialization of `Date` in Javascript. * Added better internal processing of `Column` in `by(Function)`. +* Added support for additional extended types in Gremlin.Net with `decimal`, `TimeSpan`, `BigInteger`, `byte`, `byte[]`, `char` and `short`. * Fixed bug in Java driver where an disorderly shutdown of the server would cause the client to hang. * Added a dotnet template project that should make it easier to get started with Gremlin.Net. * Removed `ThreadInterruptCustomizerProvider` from documentation as a way to timeout.
