Skip to content

Commit fee9cbf

Browse files
committed
fluent-syntax 0.6.4
1 parent 8571f15 commit fee9cbf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fluent-syntax/CHANGELOG.md

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

3+
## fluent-syntax 0.6.4 (March 7, 2018)
4+
5+
- Whitespace-only values are now correctly parsed as null. (#159)
6+
- Correctly parse Patterns at EOF. (#159)
7+
- Serialize values with Select Expression on a new line. (#161)
8+
39
## fluent-syntax 0.6.2 (February 8, 2018)
410

511
- Inline Patterns may start with any character. (#150)

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.6.2",
4+
"version": "0.6.4",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)