Skip to content

Commit 6610a40

Browse files
committed
fluent 0.4.4
1 parent eb6bab1 commit 6610a40

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(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='[email protected]',

0 commit comments

Comments
 (0)