Updated changelog.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5bc1c7be Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5bc1c7be Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5bc1c7be Branch: refs/heads/TINKERPOP-1404 Commit: 5bc1c7be23f08c907a5f75ab3d88ce280274e76c Parents: 75b4f20 Author: Stephen Mallette <[email protected]> Authored: Thu Sep 15 16:06:41 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Sep 15 16:06:41 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5bc1c7be/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 15e1bb2..b57a2c5 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,7 +32,8 @@ TinkerPop 3.2.3 (Release Date: NOT OFFICIALLY RELEASED YET) * `TraversalRing` returns a `null` if it does not contain traversals (previously `IdentityTraversal`). * Fixed a `JavaTranslator` bug where `Bytecode` instructions were being mutated during translation. * Added `Path` to Gremlin-Python with respective GraphSON 2.0 deserializer. -* If `empty.result.indicator` is set to an empty string, then no "result line" is printed in the console. +* Renamed the `empty.result.indicator` preference to `result.indicator.null` in Gremlin Console +* If `result.indicator.null` is set to an empty string, then no "result line" is printed in Gremlin Console. * VertexPrograms can now declare traverser requirements, e.g. to have access to the path when used with `.program()`. * New build options for `gremlin-python` where `-DglvPython` is no longer required. * Added missing `InetAddress` to GraphSON extension module.
