Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 10, 2014
1 parent deac575 commit 4f9760f
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# TOML Changelog

## 0.3.0 / 2014-11-10

* Add scientific notation for floats.
* Allow optional + prefix on integers.
* Switch to RFC 3339 for datetimes (allowing offsets and fractional seconds).
* Add multiline and literal strings.
* Clarify what characters valid keys can contain.

## 0.2.0 / 2013-09-24

* Use "table" instead of "key group" terminology.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Tom's Obvious, Minimal Language.
By Tom Preston-Werner.

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

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

0 comments on commit 4f9760f

Please sign in to comment.