Skip to content

Commit 4dba436

Browse files
committed
fluent-syntax 0.8.0
1 parent 516cf8e commit 4dba436

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

fluent-syntax/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## Unreleased
3+
## 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.
410

511
- Drop support for IE and old evergreen browsers. (#133)
612

fluent-syntax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent-syntax",
33
"description": "AST and parser for Fluent",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)