Skip to content

Commit

Permalink
Fluent Syntax 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Dec 13, 2018
1 parent b0440f0 commit b37d042
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.7.0",
"version": "0.8.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,6 +1,6 @@
# Changelog

## Unreleased
## 0.8.0 (December 13, 2018)

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

Expand Down Expand Up @@ -62,7 +62,8 @@

`VariantLists` and `VariantExpression` have been deprecated. They will be
removed before Fluent 1.0 is released. Please use parameterized `Terms`
instead (see below).
instead (see below). Furthermore, in Syntax 0.8 it's not possible to nest
`VaraintLists` anymore (#220).

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

Expand Down

0 comments on commit b37d042

Please sign in to comment.