File tree Expand file tree Collapse file tree 3 files changed +1040
-6
lines changed Expand file tree Collapse file tree 3 files changed +1040
-6
lines changed Original file line number Diff line number Diff line change 1
1
# TOML Changelog
2
2
3
- ## Unreleased
3
+ ## 1.0.0-rc.1 / 2020-04-01
4
4
5
5
* Clarify in ABNF how quotes in multi-line basic and multi-line literal strings
6
6
are allowed to be used.
Original file line number Diff line number Diff line change @@ -8,16 +8,17 @@ Tom's Obvious, Minimal Language.
8
8
By Tom Preston-Werner, Pradyun Gedam, et al.
9
9
10
10
Latest tagged version:
11
- [ v0.5.0 ] ( https://github.com/mojombo /toml/blob/master/versions/en/toml-v0.5.0 .md ) .
11
+ [ v1.0.0-rc.1 ] ( https://github.com/toml-lang /toml/blob/master/versions/en/toml-1.0.0-rc.1 .md ) .
12
12
13
13
NOTE: The ` master ` branch of this repository tracks the very latest development
14
14
and may contain features and changes that do not exist on any released version.
15
15
To find the spec for a specific version, look in the ` versions ` subdirectory.
16
16
17
- As of version 0.5.0, TOML should be considered extremely stable. The goal is for
18
- version 1.0.0 to be backwards compatible (as much as humanly possible) with
19
- version 0.5.0. All implementations are strongly encouraged to become 0.5.0
20
- compatible so that the transition to 1.0.0 will be simple when that happens.
17
+ TOML 1.0.0-rc.1 has been released. TOML should be considered extremely stable
18
+ now, and TOML 1.0.0 will not contain any non-critical changes. All
19
+ implementations are strongly encouraged to become compatible with TOML 1.0.0
20
+ release candidates and provide feedback, to ease the transition to 1.0.0, when
21
+ it is released.
21
22
22
23
Objectives
23
24
----------
You can’t perform that action at this time.
0 commit comments