From 568c096465693d3a4bd58e853bdb9c335b135f63 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Fri, 6 Oct 2023 14:30:18 -0700 Subject: [PATCH] Document the vertical tab addition. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa97ac5..a3bc032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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