diff --git a/fluent-syntax/CHANGELOG.md b/fluent-syntax/CHANGELOG.md index eed92981f..f9edd886b 100644 --- a/fluent-syntax/CHANGELOG.md +++ b/fluent-syntax/CHANGELOG.md @@ -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) diff --git a/fluent-syntax/package.json b/fluent-syntax/package.json index 73dc0af34..00dea6c32 100644 --- a/fluent-syntax/package.json +++ b/fluent-syntax/package.json @@ -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 ", "license": "Apache-2.0",