Skip to content

Commit 5d397dc

Browse files
committed
fluent 0.6.4
1 parent 650aba4 commit 5d397dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## fluent 0.6.3 (February 13, 2018)
411

512
- Fix merge code to handle Terms properly

setup.py

Lines changed: 1 addition & 1 deletion
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.3',
6+
version='0.6.4',
77
description='Localization library for expressive translations.',
88
author='Mozilla',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)