Skip to content

Commit

Permalink
Include added and fixed section for 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brocksam committed Aug 25, 2020
1 parent cbd991a commit 8aeb8cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ Unreleased

- None

[0.1.2] - 2020-08-25
--------------------

Added
~~~~~

- `named_iterable` functionality that allows for dot-indexible attributes to be created. This is implemented in the `pyproprop/named_iterable.py` module and comes with tests.

Fixes
~~~~~

- PR #6 fixes the bug in issue #3 whereby user-supplied default values were being cast to an expected type, causing an error when used with `uncastable` objects within processed properties.
- PR #9 fixes the bug in issue #4 where error messages for processed properties with non-string options were not formatting correctly.

[0.1.1] - 2020-08-24
--------------------

Expand Down

0 comments on commit 8aeb8cc

Please sign in to comment.