Skip to content

Commit 1fb1c90

Browse files
authored
Merge pull request #291 from python-injector/update-changelog
Update changelog
2 parents 0256913 + b4a0935 commit 1fb1c90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ Injector Change Log
44
0.23.0
55
------
66

7+
Added:
8+
79
- Allow injecting Annotated types into classes, thanks to Filip Nešťák.
810
- Fixed Annotated type support in `@provider` methods, thanks to Satwik Agrawal.
11+
- `multibind()` now accepts types and its instantiation respects global scopes and bindings. Thanks to Eiríkur Torfason.
12+
13+
Backwards incompatible:
14+
15+
- Changed so that the `scope` provided to `multibind()` applies to the individual bound types, within the collection. Previously the scope was applied to the collection, the `list` or `dict` instance. Thanks to Eiríkur Torfason.
916

1017
0.22.0
1118
------

0 commit comments

Comments
 (0)