Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/721#discussion_r144345569
--- Diff: CHANGELOG.asciidoc ---
@@ -43,7 +43,13 @@
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
* Fixed a bug in `Neo4jGremlinPlugin` that prevented it from loading
properly in the `GremlinPythonScriptEngine`.
* 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.
-* Fixed a bug where `keepLabels` were being corrupted because a defensive
copy was not being made when they were being set by `PathRetractionStrategy`.
+* Fixed a bug where `keepLabels` were being corrupted because a defensive
copy was not being made when they were being set by `PathRetractionStrategy`.
+* Added a recipe for OLAP traversals with Spark on Yarn
+
+Improvements
--- End diff --
No need to add the "Improvements" section. That gets added on release and
we generate that output from JIRA.
---