Fixed minor formatting issue CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1beb2951 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1beb2951 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1beb2951 Branch: refs/heads/TINKERPOP-1688 Commit: 1beb295156230a5001556255136de313b6f14cd0 Parents: bbd3ee5 Author: Stephen Mallette <[email protected]> Authored: Thu Jun 15 13:33:12 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Jun 15 13:33:12 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1beb2951/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6164475..f330075 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -61,7 +61,7 @@ This release also includes changes from <<release-3-1-7, 3.1.7>>. * Updated `PathRetractionStrategy` to not run if the provided traversal contains a `VertexProgramStep` that has a `LABELED_PATH` requirement. * Added various metrics to the `GremlinGroovyScriptEngine` around script compilation and exposed them in Gremlin Server. * Moved the `caffeine` dependency down to `gremlin-groovy` and out of `gremlin-server`. -* Improved script compilation in `GremlinGroovyScriptEngine to use better caching, log long compile times and prevent failed compilations from recompiling on future requests. +* Improved script compilation in `GremlinGroovyScriptEngine` to use better caching, log long compile times and prevent failed compilations from recompiling on future requests. * Synchronized script compilation. * Logged Script compilation times. * Prevented failed scripts from recompiling.
