Skip to content

Commit ed3d69e

Browse files
committed
fluent 0.6.2
1 parent f4cdac8 commit ed3d69e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## fluent 0.6.2 (February 8, 2018)
4+
5+
- Inline Patterns may start with any character. (#48)
6+
7+
`}`, `.`, `*` and `[` are only special when they appear at the beginning of
8+
indented Pattern lines. When a Pattern starts on the same line as `id =` or
9+
`[variant key]`, its first character doesn't carry any special meaning and
10+
it may be one of those four ones as well.
11+
12+
This also fixes a regression from 0.6.0 where a message at the EOF without
13+
value nor attributes was incorrectly parsed as a message with an empty
14+
Pattern rather than produce a syntax error.
15+
16+
- Require compare-locales to run and test fluent.migrate. (#47)
17+
318
## fluent 0.6.1 (February 6, 2018)
419

520
Various fixes to `fluent.migrate` for [bug 1424682][].

setup.py

+1-1
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.1',
6+
version='0.6.2',
77
description='Localization library for expressive translations.',
88
author='Mozilla',
99
author_email='l10n-drivers@mozilla.org',

0 commit comments

Comments
 (0)