Skip to content

Commit c7819dd

Browse files
committed
fluent 0.4.2
1 parent 8c0e8cd commit c7819dd

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44

55
-
66

7-
## fluent 0.4.1 (June 27th, 2017)
7+
## fluent 0.4.2 (September 11, 2017)
8+
9+
- Add an intermediate Placeable node for Expressions within Patterns.
10+
11+
This allows storing more precise information about the whitespace around
12+
the placeable's braces.
13+
14+
See https://github.com/projectfluent/fluent/pull/52.
15+
16+
- Serializer: Add newlines around standalone comments.
17+
18+
## fluent 0.4.1 (June 27, 2017)
819

920
- Add BaseNode.equals for deep-equality testing.
1021

@@ -15,6 +26,6 @@
1526

1627
message1.equals(message2, ignored_fields=['comment', 'span'])
1728

18-
## fluent 0.4.0 (June 13th, 2017)
29+
## fluent 0.4.0 (June 13, 2017)
1930

2031
- This is the first release to be listed in the CHANGELOG.

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

0 commit comments

Comments
 (0)