From 7d0920cbe7174bd909970047fd3a33d27e3f672c Mon Sep 17 00:00:00 2001 From: jsteemann Date: Fri, 28 Sep 2018 10:50:49 +0200 Subject: [PATCH] fixed typo --- CHANGELOG | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5b056912ab..32b5b5f7e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -46,10 +46,17 @@ v3.4.0-rc.2 (XXXX-XX-XX) that fixes range deletions (used internally in ArangoDB when dropping or truncating collections) - The non-working range deletes could have triggered errors such as ` - deletion check in index drop failed - not all documents in the index have been deleted.` + The non-working range deletes could have triggered errors such as + `deletion check in index drop failed - not all documents in the index have been deleted.` when dropping or truncating collections +* improve error messages in Windows installer + +* allow retrying installation in Windows installer in case an existing database is still + running and needs to be manually shut down before continuing with the installation + +* fix database backup functionality in Windows installer + * fixed memory leak in `/_api/batch` REST handler * `db._profileQuery()` now also tracks operations triggered when using `LIMIT`