From c15b5c27983add3df69adca1e4b2ca02130d79b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 6 Feb 2024 13:54:19 -0800 Subject: [PATCH] make note of .1/+.1 illegality in the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb927b..5c20068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,8 @@ EQUALS SIGN (`U+1F7F0`) are now treated the same as `=` and can be used for properties (e.g. `お名前=☜(゚ヮ゚☜)`). They are also no longer valid in bare identifiers. +* `.1`, `+.1` etc are no longer valid identifiers, to prevent confusion and + conflicts with numbers. ### KQL