Skip to content

Commit

Permalink
2.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Nov 17, 2019
1 parent 50ace6f commit 0ada168
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### 2.1.0 - `@autoeq`

**Features**

- Added independent `@autoeq`, supported in `@autoclass` and automatically activated when `autodict=False`. Fixed [#32](https://github.com/smarie/python-autoclass/issues/32).

**Bugfixes**

- Fixed `@autorepr` when `only_known_fields` is `False`: now property names are correctly used instead of the private names.

- Fixed `@autodict`'s generated `__eq__` method: when the other object is a dictionary a direct comparison is now done before trying super.

### 2.0.0 - `pyfields` support + major refactoring

**Features**
Expand Down

0 comments on commit 0ada168

Please sign in to comment.