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.