updated CHANGELOG
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f5f4486a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f5f4486a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f5f4486a Branch: refs/heads/TINKERPOP-1857 Commit: f5f4486a61342f4abe311cb2e6818ca2aad7426a Parents: b039d6f Author: Daniel Kuppitz <[email protected]> Authored: Tue Jan 30 11:01:50 2018 -0700 Committer: Daniel Kuppitz <[email protected]> Committed: Tue Jan 30 11:01:50 2018 -0700 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f5f4486a/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7377d24..0649642 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima [[release-3-2-8]] === TinkerPop 3.2.8 (Release Date: NOT OFFICIALLY RELEASED YET) +* Fixed a bug in `NumberHelper` that led to wrong min/max results if numbers exceeded the Integer limits. * Delayed setting of the request identifier until `RequestMessage` construction by the builder. * Removed hardcoded expectation in metrics serialization test suite as different providers may have different outputs. * Added `IndexedTraverserSet` which indexes on the value of a `Traverser` thus improving performance when used.
