File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
318## fluent.syntax 0.12.0 (February 15, 2019)
419
520- Fixes to the ` Visitor ` API
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44setup (name = 'fluent.syntax' ,
5- version = '0.12 .0' ,
5+ version = '0.13 .0' ,
66 description = 'Localization library for expressive translations.' ,
77 long_description = 'See https://github.com/projectfluent/python-fluent/ for more info.' ,
88 author = 'Mozilla' ,
You can’t perform that action at this time.
0 commit comments