From e9e3044f84cd6daea82a1226c69acf31d770b0d6 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Tue, 14 Nov 2017 17:05:01 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6314df5beb..b3e1c0c1a1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -109,9 +109,16 @@ devel WARNING {memory} execute 'sudo sysctl -w "vm.max_map_count=512000"' -v3.2.7 (2017-11-14) +v3.2.7 (2017-11-13) ------------------- +* Cluster customers, which have upgraded from 3.1 to 3.2 need to upgrade + to 3.2.7. The cluster supervision is otherwise not operational. + +* Fixed issue #3597: AQL with path filters returns unexpected results + In some cases breadth first search in combination with vertex filters + yields wrong result, the filter was not applied correctly. + * fixed some undefined behavior in some internal value caches for AQL GatherNodes and SortNodes, which could have led to sorted results being effectively not correctly sorted.