Skip to content

Commit

Permalink
Update CHANGELOG note
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jul 3, 2024
1 parent 017142d commit 754abd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
- |-
Add `Dry::System::ProviderRegistrar#target_container`, to be passed when initializing
providers. By default this is an alias of `#container`. This allows for custom provider
registrars to override `#target_container` to provide a custom container. An overridden
value **MUST** still wrap the original `#target_container` to ensure components are
registered in the right place. (via #270) (@timriley)
registrars to override `#target_container` to provide a custom `#target` within providers.
An overridden value **MUST** still wrap the original `#target_container` to ensure components
are registered in the right place. (via #270) (@timriley)
changed:
- |-
Make `Dry::System::ProviderRegistrar` public API (via #270) (@timriley)
Expand Down

0 comments on commit 754abd5

Please sign in to comment.