From 218bba8d7cc71467d301f304a26120624d3ac34c Mon Sep 17 00:00:00 2001 From: jsteemann Date: Tue, 5 Nov 2019 13:27:05 +0100 Subject: [PATCH] fix duplicate entry --- CHANGELOG | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0667213f14..44354e1904 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -46,13 +46,10 @@ devel Using these attributes for sharding was not supported before, but didn't trigger any errors. Instead, collections were created and silently using `_key` as the shard key, without making the caller aware of that an unsupported shard - keys was used. + key was used. * DB server locking / unlocking for hot backup revisited and enhanced. -* Fixed unintended multiple unlock commands from coordinator to - transaction locked db servers. - * Use execvp instead of execv in hotbackup restore. * Re-enabled the AQL sort-limit optimization rule in conjunction with fullCount