File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## fluent.syntax 0.13.0 (March 25, 2019)
4
+
5
+ - Make ` BaseNode.equals ` stricter when comparing lists.
6
+
7
+ Starting from this version, ` BaseNode.equals ` now takes the order of
8
+ variants and attributes into account when comparing two nodes.
9
+
10
+ - Remove ` FluentSerializer.serialize_expression ` .
11
+
12
+ The stateless equivalent can still be imported from ` fluent.syntax.serializer ` :
13
+
14
+ ``` python
15
+ from fluent.syntax.serializer import serialize_expression
16
+ ```
17
+
3
18
## fluent.syntax 0.12.0 (February 15, 2019)
4
19
5
20
- Fixes to the ` Visitor ` API
Original file line number Diff line number Diff line change 2
2
from setuptools import setup
3
3
4
4
setup (name = 'fluent.syntax' ,
5
- version = '0.12 .0' ,
5
+ version = '0.13 .0' ,
6
6
description = 'Localization library for expressive translations.' ,
7
7
long_description = 'See https://github.com/projectfluent/python-fluent/ for more info.' ,
8
8
author = 'Mozilla' ,
You can’t perform that action at this time.
0 commit comments