Skip to content

Commit 0e58f61

Browse files
committed
Release 2.0.0-draft.8
1 parent edbdab2 commit 0e58f61

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# KDL Changelog
22

3+
## 2.0.0-draft.8 (2024-12-14)
4+
5+
* Some details have been clarified around the treatment of whitespace in
6+
multiline strings.
7+
* `raw-string` productions have been updated to be explicitly non-greedy and
8+
"fallible".
9+
* Some tests have been added, others adjusted, some removed, after a cleanup pass.
10+
311
## 2.0.0-draft.7 (2024-12-10)
412

513
* `node-space` is now allowed as whitespace after a `slashdash`, meaning line

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There's a living [specification](SPEC.md), as well as various
5555
[implementations](#implementations). You can also check out the [FAQ](#faq) to
5656
answer all your burning questions!
5757

58-
The current version of the KDL spec is `2.0.0-draft.7`.
58+
The current version of the KDL spec is `2.0.0-draft.8`.
5959

6060
In addition to a spec for KDL itself, there are also standard specs for [a KDL
6161
Query Language](QUERY-SPEC.md) based on CSS selectors, and [a KDL Schema

SPEC.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is the semi-formal specification for KDL, including the intended data
44
model and the grammar.
55

6-
This document describes KDL version `2.0.0-draft.7`. It was released on
7-
2024-12-10.
6+
This document describes KDL version `2.0.0-draft.8`. It was released on
7+
2024-12-14.
88

99
## Compatibility
1010

0 commit comments

Comments
 (0)