From 723bc2d192c8e6cba31f0d89381d0794120ddba9 Mon Sep 17 00:00:00 2001 From: Maximillian Arruda Date: Tue, 5 Nov 2024 01:26:00 -0300 Subject: [PATCH] changelog: added fix info about the ArangoDB NOT operator precedence Signed-off-by: Maximillian Arruda --- CHANGELOG.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 31245e5b8..ce2499421 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -34,6 +34,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == Fixed - Fixed the support to negation queries on the Eclipse JNoSQL layer to MongoDB +- Fixed the precedence of NOT operator in AQL query generation on the Eclipse JNoSQL layer to ArangoDB == [1.1.1] - 2023-05-25