Make changelog note on escaping whitespace more detailed

This commit is contained in:
Hannah Kolbeck 2022-09-01 12:51:34 -07:00 committed by GitHub
parent 1e0ad4ed70
commit 15ca61e35e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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