From 78a2d5f5ed821f82acc097d1f7ccba914d08dbef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 28 Aug 2022 13:14:09 -0700 Subject: [PATCH] Draft changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f9ded7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# KDL Changelog + +## 2.0.0 (2022-08-28) + +### Grammar + +* Solidus/Forward slash (`/`) is no longer an escaped character. +* Single line comments (`//`) can now be immediately followed by a newline. + +### KQL + +* There's now a _required_ descendant selector (`>>`), instead of using plain + spaces for that purpose. +* The "any sibling" selector is now `++` instead of `~`, for consistency with + the new descendant selector. +* Map operators have been removed entirely.