Skip to content

Commit 6039eb4

Browse files
committed
fluent 0.6.2
1 parent dff1259 commit 6039eb4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

fluent/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## fluent 0.6.2 (February 8, 2018)
4+
5+
- Correctly parse empty comment lines. (#149)
6+
- Forbid null attribute and variant values. (part of #150)
7+
38
## fluent 0.6.0 (January 31, 2018)
49

510
- Implement Fluent Syntax 0.5.

fluent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent",
33
"description": "Localization library for expressive translations.",
4-
"version": "0.6.0",
4+
"version": "0.6.2",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <l10n-drivers@mozilla.org>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)