Skip to content

Commit

Permalink
doc(CHANGELOG.md.md) update to version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Jan 24, 2023
1 parent 9f7493f commit 9a8c892
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/).

## [unreleased] Unreleased

## [3.0.3] 2023-01-24;

### Added
- The container now registers Service Providers using its own `Container::get()` method, instead of the `new` keyword. This allows Service Providers to utilize dependency injection. (thanks @defunctl).
- Additional contextual binding examples for primitives + service provider documentation in the README.
Expand Down Expand Up @@ -417,4 +419,5 @@ org/psr/psr-11/)
[3.0.1]: https://github.com/lucatume/di52/compare/3.0.0...3.0.1
[3.0.1]: https://github.com/lucatume/di52/compare/3.0.1...3.0.1
[3.0.2]: https://github.com/lucatume/di52/compare/3.0.1...3.0.2
[unreleased]: https://github.com/lucatume/di52/compare/3.0.2...HEAD
[3.0.3]: https://github.com/lucatume/di52/compare/3.0.2...3.0.3
[unreleased]: https://github.com/lucatume/di52/compare/3.0.3...HEAD

0 comments on commit 9a8c892

Please sign in to comment.