Skip to content

Commit 4f9760f

Browse files
committed
Release v0.3.0
1 parent deac575 commit 4f9760f

File tree

3 files changed

+610
-1
lines changed

3 files changed

+610
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# TOML Changelog
22

3+
## 0.3.0 / 2014-11-10
4+
5+
* Add scientific notation for floats.
6+
* Allow optional + prefix on integers.
7+
* Switch to RFC 3339 for datetimes (allowing offsets and fractional seconds).
8+
* Add multiline and literal strings.
9+
* Clarify what characters valid keys can contain.
10+
311
## 0.2.0 / 2013-09-24
412

513
* Use "table" instead of "key group" terminology.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tom's Obvious, Minimal Language.
66
By Tom Preston-Werner.
77

88
Latest tagged version:
9-
[v0.2.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.2.0.md).
9+
[v0.3.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.3.0.md).
1010

1111
Be warned, this spec is still changing a lot. Until it's marked as 1.0, you
1212
should assume that it is unstable and act accordingly.

0 commit comments

Comments
 (0)