File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fluent-spec" ,
3
3
"description" : " Specification and documentation for Fluent" ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"bench" : " node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
- ## Unreleased
4
+ ## 0.7.0 (October 15, 2018)
5
5
6
6
- Relax the indentation requirement. (#87 )
7
7
8
- Attributes, variant keys and placeables may now be written without indent.
8
+ Attributes, variant keys and placeables may now be written without
9
+ indent, including the closing curly brace, ` } ` .
9
10
10
11
emails = { $unreadEmails ->
11
12
[one] You have one unread email.
You can’t perform that action at this time.
0 commit comments