File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
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.
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = 'fluent' ,
6- version = '0.4.1 ' ,
6+ version = '0.4.2 ' ,
77 description = 'Localization library for expressive translations.' ,
88 author = 'Mozilla' ,
99
You can’t perform that action at this time.
0 commit comments