Skip to content

Commit 0ada168

Browse files
author
Sylvain MARIE
committed
2.1.0 changelog
1 parent 50ace6f commit 0ada168

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### 2.1.0 - `@autoeq`
4+
5+
**Features**
6+
7+
- Added independent `@autoeq`, supported in `@autoclass` and automatically activated when `autodict=False`. Fixed [#32](https://github.com/smarie/python-autoclass/issues/32).
8+
9+
**Bugfixes**
10+
11+
- Fixed `@autorepr` when `only_known_fields` is `False`: now property names are correctly used instead of the private names.
12+
13+
- Fixed `@autodict`'s generated `__eq__` method: when the other object is a dictionary a direct comparison is now done before trying super.
14+
315
### 2.0.0 - `pyfields` support + major refactoring
416

517
**Features**

0 commit comments

Comments
 (0)