Skip to content

Commit

Permalink
fluent 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike committed Apr 11, 2018
1 parent 32b689e commit b17dde4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## fluent 0.7.0 (April 11, 2018)

- Remove `fluent.migrate`.

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


- Add the `ref` field to `VariantExpression`. (#62)

The `Identifier`-typed `id` field has been removed. The new `ref` field
contains the `MessageReference` node rigt now. The range of valid
expressions for `ref` may be extended in the future.

- Fix missing `Spans` on `Function` nodes.

## fluent 0.6.4 (March 1, 2018)

- use compare-locales for plurals ordering ([bug 1415844](https://bugzilla.mozilla.org/show_bug.cgi?id=1415844))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='fluent',
version='0.6.4',
version='0.7.0',
description='Localization library for expressive translations.',
author='Mozilla',
author_email='l10n-drivers@mozilla.org',
Expand Down

0 comments on commit b17dde4

Please sign in to comment.