mirror of https://github.com/kdl-org/kdl.git
Release 2.0.0 draft 3
This commit is contained in:
parent
35ac19b854
commit
ce1afec5f7
|
|
@ -1,6 +1,6 @@
|
||||||
# KDL Changelog
|
# KDL Changelog
|
||||||
|
|
||||||
## 2.0.0 (2022-08-28)
|
## 2.0.0 (2024-02-07)
|
||||||
|
|
||||||
### Grammar
|
### Grammar
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ Language](SCHEMA-SPEC.md) loosely based on JSON Schema.
|
||||||
The language is based on [SDLang](https://sdlang.org), with a number of
|
The language is based on [SDLang](https://sdlang.org), with a number of
|
||||||
modifications and clarifications on its syntax and behavior.
|
modifications and clarifications on its syntax and behavior.
|
||||||
|
|
||||||
The current version of the KDL spec is `2.0.0-draft.2`.
|
The current version of the KDL spec is `2.0.0-draft.3`.
|
||||||
|
|
||||||
[Play with it in your browser!](https://kdl-play.danini.dev/)
|
[Play with it in your browser!](https://kdl-play.danini.dev/)
|
||||||
|
|
||||||
|
|
|
||||||
4
SPEC.md
4
SPEC.md
|
|
@ -3,8 +3,8 @@
|
||||||
This is the semi-formal specification for KDL, including the intended data
|
This is the semi-formal specification for KDL, including the intended data
|
||||||
model and the grammar.
|
model and the grammar.
|
||||||
|
|
||||||
This document describes KDL version `2.0.0-draft.2`. It was released on
|
This document describes KDL version `2.0.0-draft.3`. It was released on
|
||||||
2024-02-06.
|
2024-02-07.
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue