We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff1259 commit 6039eb4Copy full SHA for 6039eb4
fluent/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## fluent 0.6.0 (January 31, 2018)
9
10
- Implement Fluent Syntax 0.5.
fluent/package.json
@@ -1,7 +1,7 @@
{
"name": "fluent",
"description": "Localization library for expressive translations.",
- "version": "0.6.0",
+ "version": "0.6.2",
"homepage": "http://projectfluent.org",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
0 commit comments