File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
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)
8
19
9
20
- Add BaseNode.equals for deep-equality testing.
10
21
15
26
16
27
message1.equals(message2, ignored_fields=['comment', 'span'])
17
28
18
- ## fluent 0.4.0 (June 13th , 2017)
29
+ ## fluent 0.4.0 (June 13 , 2017)
19
30
20
31
- This is the first release to be listed in the CHANGELOG.
Original file line number Diff line number Diff line change 3
3
from setuptools import setup
4
4
5
5
setup (name = 'fluent' ,
6
- version = '0.4.1 ' ,
6
+ version = '0.4.2 ' ,
7
7
description = 'Localization library for expressive translations.' ,
8
8
author = 'Mozilla' ,
9
9
You can’t perform that action at this time.
0 commit comments