We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516cf8e commit 4dba436Copy full SHA for 4dba436
fluent-syntax/CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
-## Unreleased
+## fluent-syntax 0.8.0 (July 24, 2018)
4
+
5
+ - Implement support for Fluent Syntax 0.6. (#253)
6
7
+ Syntax 0.6 keeps the syntax unchanged but makes many changes to the AST.
8
+ Consult https://github.com/projectfluent/fluent/releases/tag/v0.6.0
9
+ for the list of changes.
10
11
- Drop support for IE and old evergreen browsers. (#133)
12
fluent-syntax/package.json
@@ -1,7 +1,7 @@
{
"name": "fluent-syntax",
"description": "AST and parser for Fluent",
- "version": "0.7.0",
+ "version": "0.8.0",
"homepage": "http://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
0 commit comments