From ea3ca8c4bb51c064733563deb2258507256804eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 12 Dec 2023 11:05:43 -0800 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6df113..d2bef65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ * The grammar syntax itself has been described, and some confusing definitions in the grammar have been fixed accordingly (mostly related to escaped characters). -* `,`, `<`, and `>` are not legal identifier characters. They were previously +* `,`, `<`, and `>` are now legal identifier characters. They were previously reserved for KQL but this is no longer necessary. ### KQL