Merge branch 'TINKERPOP-1979' into tp33
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ba82a5c9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ba82a5c9 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ba82a5c9 Branch: refs/heads/TINKERPOP-1878 Commit: ba82a5c90c5982449691dcba8c7b3085dd28e5c1 Parents: 9ee1ea6 a6e0a2d Author: Stephen Mallette <[email protected]> Authored: Mon Jun 18 13:35:33 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Jun 18 13:35:33 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + .../process/traversal/step/map/MathStep.java | 64 ++++++++++++++++---- .../process/traversal/step/map/MathTest.java | 32 ++++++++++ 3 files changed, 85 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ba82a5c9/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index d610510,edbb009..7004379 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -25,8 -25,8 +25,9 @@@ image::https://raw.githubusercontent.co This release also includes changes from <<release-3-2-10, 3.2.10>>. +* Removed `timedInterrupt` from documentation as a way to timeout. * Deprecated `Order` for `incr` and `decr` in favor of `asc` and `desc`. + * Fixed bug in `math()` for OLAP where `ComputerVerificationStrategy` was incorrectly detecting path label access and preventing execution. [[release-3-3-3]] === TinkerPop 3.3.3 (Release Date: May 8, 2018)
