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.