Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Feb 28, 2023
1 parent 1616d53 commit aaca0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
});
```

This worked before because for each implemented type there was an individual registration configuration object passed to the `configurator` delegate.
This worked before (and still works if the related service implements only a single type) because for each implemented type there was an individual registration configuration object passed to the `configurator` delegate.

Now it will not work properly if the bound type implements more than one type, as only one object containing each implemented type is passed to the delegate.

Expand Down

0 comments on commit aaca0cc

Please sign in to comment.