We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1763e commit 4686ee9Copy full SHA for 4686ee9
CHANGELOG.md
@@ -2,7 +2,13 @@
2
3
## unreleased
4
5
-Nothing.
+* Create https://toml.io as the new primary location to read the TOML spec.
6
+* Clarify meaning of "quotation marks".
7
+* Clarify meaning of "expected" value ranges.
8
+* Clarify that EOF is allowed after key/value pair.
9
+* Clarify that the various styles for writing keys are equivalent.
10
+* Clarify that line-ending backslashes must be unescaped in multi-line strings.
11
+* Add examples for invalid float values.
12
13
## 1.0.0-rc.1 / 2020-04-01
14
0 commit comments