You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/11/11 21:58:05 UTC

incubator-tinkerpop git commit: Update changelog.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 8b70c5cf8 -> 1c575eb76


Update changelog.


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

Branch: refs/heads/master
Commit: 1c575eb76bdbccaba15e90f3d080b71bd49ef1b8
Parents: 8b70c5c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Nov 11 15:57:52 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Nov 11 15:57:52 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/1c575eb7/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 144c018..a42e1a6 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,6 +25,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.1.0 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Fixed bug in Gryo serialization for serialization of results returned from `Map.entrySet()`.
 * `Transaction` settings for `onReadWrite` and `onClose` are now `ThreadLocal` in nature of standard transactions.
 * Optimized `BulkLoaderVertexProgram`. It now uses `EventStrategy` to monitor what the underlying `BulkLoader` implementation does (e.g. whether it creates a new vertex or returns an existing).
 * Integrated `NumberHelper` in `SumStep`, `MinStep`, `MaxStep` and `MeanStep` (local and global step variants).