Skip to content

Commit b17dde4

Browse files
committed
fluent 0.7.0
1 parent 32b689e commit b17dde4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## fluent 0.7.0 (April 11, 2018)
44

55
- Remove `fluent.migrate`.
66

@@ -9,6 +9,15 @@
99
[bug 1445881](https://bugzilla.mozilla.org/show_bug.cgi?id=1445881) for
1010
more information about the move.
1111

12+
13+
- Add the `ref` field to `VariantExpression`. (#62)
14+
15+
The `Identifier`-typed `id` field has been removed. The new `ref` field
16+
contains the `MessageReference` node rigt now. The range of valid
17+
expressions for `ref` may be extended in the future.
18+
19+
- Fix missing `Spans` on `Function` nodes.
20+
1221
## fluent 0.6.4 (March 1, 2018)
1322

1423
- use compare-locales for plurals ordering ([bug 1415844](https://bugzilla.mozilla.org/show_bug.cgi?id=1415844))

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

0 commit comments

Comments
 (0)