File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## fluent 0.7.0 (April 11, 2018)
4
4
5
5
- Remove ` fluent.migrate ` .
6
6
9
9
[ bug 1445881] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1445881 ) for
10
10
more information about the move.
11
11
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
+
12
21
## fluent 0.6.4 (March 1, 2018)
13
22
14
23
- use compare-locales for plurals ordering ([ bug 1415844] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1415844 ) )
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.4 ' ,
6
+ version = '0.7.0 ' ,
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