Skip to content

Commit

Permalink
0.2.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Sep 6, 2019
1 parent df0a625 commit f11e759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.2.1 - bugfix

Fixed [#4](https://github.com/smarie/python-mixture/issues/4).

### 0.2.0 - `field` improvements

- New `type` argument in `field` to declare the type of a field. If provided, the descriptor will *not* be replaced with a native field, and the type will be checked on every value modification. A `TypeError` will be raised if type does not comply. Type hints are correctly defined so that IDEs can pick them. Fixes [#3](https://github.com/smarie/python-mixture/issues/3)
Expand Down

0 comments on commit f11e759

Please sign in to comment.