From 2694146af4fd2fb027c362080302e36923037ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 12 Dec 2023 21:12:11 -0800 Subject: [PATCH] # is just plain illegal now --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fbe9a..98e1561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,8 +25,6 @@ improvement. * Raw strings no longer require an `r` prefix: they are now specified by using `#""#`. -* `#` is an illegal initial identifier character, but is allowed in other - places in identifiers. * Line continuations can be followed by an EOF now, instead of requiring a newline (or comment). `node \` is now a legal KDL document. * `#` is no longer a legal identifier character.