From 0673dbff16d26f35b7953a256d0ca33e4fb83ed1 Mon Sep 17 00:00:00 2001 From: Nikita Timofeev Date: Mon, 12 Feb 2024 16:07:34 +0400 Subject: [PATCH] Update RELEASE-NOTES.md #657 Expression parser to support path aliases --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 542723f5c..4678e5985 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,6 +4,7 @@ * #653 Exp syntax: do not support space in the named parameter token * #654 Exp syntax: function names should not be keywords * #655 Exp syntax: deprecate case-insensitivity of NULL and booleans +* #657 Expression parser to support path aliases * #658 DeleteBuilder: byIds(..), byMultiIds(..) * #659 Idempotent DELETE by ids, optimizing performance * #660 Builders: auto-detect multi-column IDs