File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
3
24
4
25
## fluent 0.6.0 (January 31, 2018)
5
26
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.0 ' ,
6
+ version = '0.6.1 ' ,
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