Fixed bad formatting in changelog CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c87c2ef4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c87c2ef4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c87c2ef4 Branch: refs/heads/TINKERPOP-1688 Commit: c87c2ef40805180077c7637db3a58af5ddd3d37f Parents: 33a9b4e Author: Stephen Mallette <[email protected]> Authored: Sat Jun 17 06:17:06 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Sat Jun 17 06:17:06 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c87c2ef4/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index ed412b5..572257d 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -69,7 +69,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.
