File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## fluent 0.6.2 (February 8, 2018)
4
+
5
+ - Inline Patterns may start with any character. (#48 )
6
+
7
+ ` } ` , ` . ` , ` * ` and ` [ ` are only special when they appear at the beginning of
8
+ indented Pattern lines. When a Pattern starts on the same line as ` id = ` or
9
+ ` [variant key] ` , its first character doesn't carry any special meaning and
10
+ it may be one of those four ones as well.
11
+
12
+ This also fixes a regression from 0.6.0 where a message at the EOF without
13
+ value nor attributes was incorrectly parsed as a message with an empty
14
+ Pattern rather than produce a syntax error.
15
+
16
+ - Require compare-locales to run and test fluent.migrate. (#47 )
17
+
3
18
## fluent 0.6.1 (February 6, 2018)
4
19
5
20
Various fixes to ` fluent.migrate ` for [ bug 1424682] [ ] .
Original file line number Diff line number Diff line change 3
3
from setuptools import setup
4
4
5
5
setup (name = 'fluent' ,
6
- version = '0.6.1 ' ,
6
+ version = '0.6.2 ' ,
7
7
description = 'Localization library for expressive translations.' ,
8
8
author = 'Mozilla' ,
9
9
author_email = 'l10n-drivers@mozilla.org' ,
You can’t perform that action at this time.
0 commit comments