From 426e9c9e0f40a1324c6c8115edc2300ee1e5ac5e Mon Sep 17 00:00:00 2001 From: Nikita Timofeev Date: Wed, 31 Jan 2024 18:20:34 +0400 Subject: [PATCH] Update RELEASE-NOTES.md #655 Exp syntax: deprecate case-insensitivity of NULL and booleans --- RELEASE-NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b37c4b47b..99ab49cf9 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,7 @@ ## Release 5.0-M20 -* #651 Exp: numeric scalars to support "_" +* #651 Exp: numeric scalars to support "_" +* #655 Exp syntax: deprecate case-insensitivity of NULL and booleans * #658 DeleteBuilder: byIds(..), byMultiIds(..) * #659 Idempotent DELETE by ids, optimizing performance * #660 Builders: auto-detect multi-column IDs