From 20f712566871e2b0c9738bdad35a2111a91c989d Mon Sep 17 00:00:00 2001 From: jsteemann Date: Mon, 21 Dec 2015 10:46:48 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7cf6512ff2..1d055cad8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,11 @@ v2.8.0 (XXXX-XX-XX) * fixes for AQL optimizer and traversal +* added `--create-collection-type` option to arangoimp + + This allows specifying the type of the collection to be created when + `--create-collection` is set to `true`. + * randomly shuffle available V8 contexts when picking one for an HTTP or scheduler task. This distributes requests more evenly across contexts so they can eventually be garbage-collected.