Skip to content

Commit

Permalink
fluent-syntax 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Mar 7, 2018
1 parent 8571f15 commit fee9cbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions fluent-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## fluent-syntax 0.6.4 (March 7, 2018)

- Whitespace-only values are now correctly parsed as null. (#159)
- Correctly parse Patterns at EOF. (#159)
- Serialize values with Select Expression on a new line. (#161)

## fluent-syntax 0.6.2 (February 8, 2018)

- Inline Patterns may start with any character. (#150)
Expand Down
2 changes: 1 addition & 1 deletion fluent-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluent-syntax",
"description": "AST and parser for Fluent",
"version": "0.6.2",
"version": "0.6.4",
"homepage": "http://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit fee9cbf

Please sign in to comment.