Document the vertical tab addition.

This commit is contained in:
Tab Atkins-Bittner 2023-10-06 14:30:18 -07:00
parent 3b39e29fee
commit 568c096465
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
* 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.
* All literal whitespace following a `\` in a string is now discarded.
* Vertical tabs (`U+000B`) are now considered to be whitespace.
### KQL