From b5e3fcf06eaffcb16bfa4575ade5b542241a9cd4 Mon Sep 17 00:00:00 2001 From: sleto-it <31849787+sleto-it@users.noreply.github.com> Date: Thu, 16 May 2019 15:45:22 +0200 Subject: [PATCH] Improves 3.4.6 changelog (#9014) --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index aaacd43297..c09ac8c556 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,8 @@ v3.4.6 (XXXX-XX-XX) ------------------- -* added optional second parameter "withId" to AQL function PREGEL_RESULT +* fixed internal issue #3918: added optional second parameter "withId" to AQL + function PREGEL_RESULT this parameter defaults to `false`. When set to `true` the results of the Pregel computation run will also contain the `_id` attribute for each vertex and not