Skip to content

Commit b37d042

Browse files
committed
Fluent Syntax 0.8.0
1 parent b0440f0 commit b37d042

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent-spec",
33
"description": "Specification and documentation for Fluent",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"private": true,
66
"scripts": {
77
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",

spec/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.8.0 (December 13, 2018)
44

55
- Preserve content-indent in multiline `Patterns`. (#162)
66

@@ -62,7 +62,8 @@
6262
6363
`VariantLists` and `VariantExpression` have been deprecated. They will be
6464
removed before Fluent 1.0 is released. Please use parameterized `Terms`
65-
instead (see below).
65+
instead (see below). Furthermore, in Syntax 0.8 it's not possible to nest
66+
`VaraintLists` anymore (#220).
6667

6768
- Introduce parameterized `Terms`. (#176, #212)
6869

0 commit comments

Comments
 (0)