File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 44
55 - …
66
7+ ## fluent 0.4.4 (November 29, 2017)
8+
9+ - Run Structure and Behavior tests in Python 3 (#22 )
10+ - Bug 1411943 - Fix Blame for Mercurial 4.3+ (#23 )
11+ - Bug 1412808 - Remove the LITERAL helper. (#25 )
12+ - Bug 1321279 - Read target FTL files before migrations. (#24 )
13+
14+ The reference file for the transforms must now be passed as the second
15+ argument to add_transforms.
16+
17+ - Bug 1318960 - Migrate files only when their messages change (#26 )
18+ - Bug 1366298 - Skip SelectExpression in PLURALS for one plural category (#27 )
19+ - Bug 1321290 - Migrate HTML entities to Unicode characters (#28 )
20+ - Bug 1420225 - Read legacy files when scanning for Sources in transforms (#30 )
21+
22+ MergeContext.maybe_add_localization is now automaatically called
23+ interally when the context encounters a transforms which is a subclass of
24+ Source.
25+
26+
727## fluent 0.4.3 (October 9, 2017)
828
929 - Bug 1397234 - Allow blank lines before attributes, tags and multiline patterns
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = 'fluent' ,
6- version = '0.4.3 ' ,
6+ version = '0.4.4 ' ,
77 description = 'Localization library for expressive translations.' ,
88 author = 'Mozilla' ,
99 author_email = 'l10n-drivers@mozilla.org' ,
You can’t perform that action at this time.
0 commit comments