diff --git a/CHANGELOG b/CHANGELOG index bc31479536..c9e8d24fa7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ devel ----- + * arangodump now supports `--threads` option to dump collections in parallel * fix issue #4924: removeFollower now prefers to remove the last follower(s) @@ -110,13 +111,6 @@ devel * issue #1190: added option `--create-database` for arangoimport - with this option set to true, it is possible to make any arangorestore attempt - fail if the specified target database does not match the database name - specified in the source dump's "dump.json" file. it can thus be used to - prevent restoring data into the "wrong" database - - The option is set to `false` by default to ensure backwards-compatibility - * UI: updated dygraph js library to version 2.1.0 * honor specified COLLECT method in AQL COLLECT options