File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## fluent 0.7.0 (April 11, 2018)
44
55 - Remove ` fluent.migrate ` .
66
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 ) )
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = 'fluent' ,
6- version = '0.6.4 ' ,
6+ version = '0.7.0 ' ,
77 description = 'Localization library for expressive translations.' ,
88 author = 'Mozilla' ,
99
You can’t perform that action at this time.
0 commit comments