Skip to content

Commit defe7bf

Browse files
committedAug 17, 2021
Version 0.4.0 release
1 parent a04d10b commit defe7bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ We follow Semantic Versions since the `0.1.0` release.
77

88
### Features
99

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

0 commit comments

Comments
 (0)
Please sign in to comment.