Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1760 c167d9ea7 -> eb1be4dcf
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/eb1be4dc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eb1be4dc Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/eb1be4dc Branch: refs/heads/TINKERPOP-1760 Commit: eb1be4dcfb6053ff65aae6805db61e6556c22384 Parents: c167d9e Author: Marko A. Rodriguez <[email protected]> Authored: Mon Aug 28 11:04:12 2017 -0600 Committer: Marko A. Rodriguez <[email protected]> Committed: Mon Aug 28 11:04:12 2017 -0600 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eb1be4dc/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 9fff535..1ffa315 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.7 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Fixed a bug in `ComputerVerificationStrategy` where child traversals were being analyzed prior to compilation. * Fixed a bug that prevented Gremlin from ordering lists and streams made of mixed number types.
