Add escaped whitespace note to v2 changelog (#291)

* Add escaped whitespace note to v2 changelog

* Make changelog note on escaping whitespace more detailed
This commit is contained in:
Hannah Kolbeck 2022-09-01 13:05:53 -07:00 committed by GitHub
parent 825ff2c17d
commit 0a4a14d87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
* Solidus/Forward slash (`/`) is no longer an escaped character.
* Single line comments (`//`) can now be immediately followed by a newline.
* All literal whitespace following a `\` in a string is now discarded.
### KQL