Skip to content

Commit 8ab2b39

Browse files
committed
fluent 0.4.3
1 parent c9ca1ba commit 8ab2b39

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
-
66

7+
## fluent 0.4.3 (October 9, 2017)
8+
9+
- Bug 1397234 - Allow blank lines before attributes, tags and multiline patterns
10+
- Bug 1406342 - Trim trailing newline in Comment and Section spans
11+
12+
713
## fluent 0.4.2 (September 11, 2017)
814

915
- Add an intermediate Placeable node for Expressions within Patterns.

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.4.2',
6+
version='0.4.3',
77
description='Localization library for expressive translations.',
88
author='Mozilla',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)