Skip to content

Commit d28bc14

Browse files
committed
fluent.syntax 0.13.0
1 parent 78cc3da commit d28bc14

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

fluent.syntax/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

fluent.syntax/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
setup(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',

0 commit comments

Comments
 (0)