mirror of https://github.com/kdl-org/kdl.git
Make changelog note on escaping whitespace more detailed
This commit is contained in:
parent
1e0ad4ed70
commit
15ca61e35e
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
* Solidus/Forward slash (`/`) is no longer an escaped character.
|
* Solidus/Forward slash (`/`) is no longer an escaped character.
|
||||||
* Single line comments (`//`) can now be immediately followed by a newline.
|
* 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
|
### KQL
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue