updated CHANGELOG with bug fix around GroupXXXStep and empty reductions.

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

Branch: refs/heads/TINKERPOP-1490
Commit: b6444354039f7b4e94b50b9c82d670713ee76118
Parents: 1d715d3
Author: Marko A. Rodriguez <[email protected]>
Authored: Thu Nov 3 10:39:28 2016 -0600
Committer: Marko A. Rodriguez <[email protected]>
Committed: Thu Nov 3 10:39:28 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b6444354/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 766b135..40f3f3a 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Fixed a `NoSuchElementException` bug with `GroupXXXStep` where if the 
reduced `TraverserSet` is empty, don't add the key/value.
 * Fixed a `NullPointerException` bug with profiling `GroupSideEffectStep` in 
OLTP.
 * Improved ability to release resources in `GraphProvider` instances in the 
test suite.
 * Added a `force` option for killing sessions without waiting for transaction 
close or timeout of a currently running job or multiple jobs.

Reply via email to