From c5a5e1fc2368dcdfb6b3f64ad7498378ee00ea87 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Tue, 9 Jun 2015 11:57:31 +0200 Subject: [PATCH] Added modification of Edges function to Changelog --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ff0bbcda95..b292146893 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -356,6 +356,15 @@ v2.6.0 (XXXX-XX-XX) * REST Server: fix memory leaks when failing to add jobs +* 'EDGES' AQL Function + + The AQL function EDGES got a new fifth option parameter. + Right now only one option is available 'includeVertices' this is a boolean parameter + that allows to modify the result of EDGES. + Default is 'includeVertices: false' which does not have any effect. + 'includeVertices: true' modifies the result, such that + {vertex: , edge: } is returned. + * INCOMPATIBLE CHANGE: The result format of the AQL function `NEIGHBORS` has been changed.