Skip to content

Commit

Permalink
Fluent Syntax 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Oct 15, 2018
1 parent e72eed9 commit 672602c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "fluent-spec",
"description": "Specification and documentation for Fluent",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"scripts": {
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",
Expand Down
5 changes: 3 additions & 2 deletions spec/CHANGELOG.md
@@ -1,11 +1,12 @@
# Changelog


## Unreleased
## 0.7.0 (October 15, 2018)

- Relax the indentation requirement. (#87)

Attributes, variant keys and placeables may now be written without indent.
Attributes, variant keys and placeables may now be written without
indent, including the closing curly brace, `}`.

emails = { $unreadEmails ->
[one] You have one unread email.
Expand Down

0 comments on commit 672602c

Please sign in to comment.