We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650aba4 commit 5d397dcCopy full SHA for 5d397dc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## fluent 0.6.3 (March 1, 2018)
4
+
5
+ - use compare-locales for plurals ordering ([bug 1415844](https://bugzilla.mozilla.org/show_bug.cgi?id=1415844))
6
+ - create transforms when all dependencies have been met up to a changeset
7
+ - support variant keys in BaseNode.equals
8
+ - serialize select expressions on a new line
9
10
## fluent 0.6.3 (February 13, 2018)
11
12
- Fix merge code to handle Terms properly
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='fluent',
- version='0.6.3',
+ version='0.6.4',
description='Localization library for expressive translations.',
author='Mozilla',
author_email='[email protected]',
0 commit comments