We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec43f38 commit 267e2e0Copy full SHA for 267e2e0
fluent.syntax/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## fluent.syntax 0.16 (August 6, 2019)
4
+
5
+ - Parser fix for selector expressions being too lenient.
6
7
+ This includes the fixes for https://github.com/projectfluent/fluent/issues/279.
8
9
10
## fluent.syntax 0.15.1 (August 1, 2019)
11
12
- Comment Serializer fix.
fluent.syntax/setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(name='fluent.syntax',
- version='0.15.1',
+ version='0.16.0',
description='Localization library for expressive translations.',
long_description='See https://github.com/projectfluent/python-fluent/ for more info.',
author='Mozilla',
0 commit comments