Skip to content

Commit 466f893

Browse files
committed
fluent 0.6.1
1 parent d037556 commit 466f893

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

setup.py

+1-1
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.6.0',
6+
version='0.6.1',
77
description='Localization library for expressive translations.',
88
author='Mozilla',
99
author_email='l10n-drivers@mozilla.org',

0 commit comments

Comments
 (0)