Skip to content

Commit

Permalink
Version 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 17, 2021
1 parent a04d10b commit defe7bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ We follow Semantic Versions since the `0.1.0` release.

### Features

- **Breaking**: removes `is_protocol` boolean argument from `.instance`,
now use `protocol=YourProtocol` instead
- Adds support for concrete generic types like `List[str]` and `Set[int]` #24
- Adds support for types that have `__instancecheck__` defined
via `delegate` argument #248
Expand Down

0 comments on commit defe7bf

Please sign in to comment.