File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## fluent 0.6.1 (February 6, 2018)
4+
5+ Various fixes to ` fluent.migrate ` for [ bug 1424682] [ ] .
6+
7+ [ bug 1424682 ] : https://bugzilla.mozilla.org/show_bug.cgi?id=1424682
8+
9+ - Accept ` Patterns ` and ` PatternElements ` in ` REPLACE ` . (#41 )
10+
11+ ` REPLACE ` can now use ` Patterns ` , ` PatternElements ` and ` Expressions ` as
12+ replacement values. This makes ` REPLACE ` accept the same Transforms as
13+ ` CONCAT ` .
14+
15+ - Never migrate partial translations. (#44 )
16+
17+ Partial translations may break the AST because they produce
18+ ` TextElements ` with ` None ` values. For now, we explicitly skip any
19+ transforms which depend on at least one missing legacy string to avoid
20+ serialization errors.
21+
22+ - Warn about unknown FTL entries in transforms. (#40 )
23+ - Fix how files are passed to ` hg annotate ` . (#39 )
324
425## fluent 0.6.0 (January 31, 2018)
526
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = 'fluent' ,
6- version = '0.6.0 ' ,
6+ version = '0.6.1 ' ,
77 description = 'Localization library for expressive translations.' ,
88 author = 'Mozilla' ,
99
You can’t perform that action at this time.
0 commit comments