From 7e6a3a222e5abbf60fe536bcf820bc1cd41feb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20G=C3=B6dderz?= Date: Thu, 17 Dec 2020 08:51:47 +0100 Subject: [PATCH] Corrected CHANGELOG entry of #13196 --- CHANGELOG | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 40564a98efd3..63b07f602e9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,9 +23,7 @@ devel Added new ArangoSearch view option 'countApproximate' for customizing view count strategy. -* Fix AR-113. Add a check in the AQL geo-index-optimizer rule that vars - referenced by a candidate index expression are actually available at the - candidate index node. +* Fix AR-113. Disallow non-values in the AQL geo-index-optimizer rule. * Views on SmartGraph Edge collections do not contain some documents twice.