File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
318## fluent 0.6.1 (February 6, 2018)
419
520Various fixes to ` fluent.migrate ` for [ bug 1424682] [ ] .
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = 'fluent' ,
6- version = '0.6.1 ' ,
6+ version = '0.6.2 ' ,
77 description = 'Localization library for expressive translations.' ,
88 author = 'Mozilla' ,
99
You can’t perform that action at this time.
0 commit comments