mirror of https://github.com/kdl-org/kdl.git
Draft changelog
This commit is contained in:
parent
1bf4d740fa
commit
78a2d5f5ed
|
|
@ -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.
|
||||
Loading…
Reference in New Issue