Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter authored Feb 6, 2024
1 parent 3d6230d commit 72f9edf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

### Added

- Method invoke() was added to interface Ghostwriter\Container\Interface\ContainerInterface
- Method `invoke()` was added to interface `Ghostwriter\Container\Interface\ContainerInterface`

### Changed

- The number of required arguments for Ghostwriter\Container\Instantiator#__construct() increased from 0 to 2
- Parameter $container of Ghostwriter\Container\ParameterBuilder#construct() was added
- Parameter $reflector of Ghostwriter\Container\Instantiator#construct() was added
- Parameter $parameterBuilder of Ghostwriter\Container\Instantiator#construct() was added
- The number of required arguments for `Ghostwriter\Container\Instantiator#__construct()` increased from 0 to 2
- Parameter `$reflector` of `Ghostwriter\Container\Instantiator#construct()` was added
- Parameter `$parameterBuilder` of `Ghostwriter\Container\Instantiator#construct()` was added
- Parameter `$container` of `Ghostwriter\Container\ParameterBuilder#construct()` was added

### Fixed

- `ParameterBuilder` resolves positional arguments

### Removed

- Method Ghostwriter\Container\Instantiator#buildParameters() was removed
- Parameter $container of Ghostwriter\Container\Instantiator#instantiate() was removed
- Parameter $container of Ghostwriter\Container\ParameterBuilder#build() was removed
- Method `Ghostwriter\Container\Instantiator#buildParameters()` was removed
- Parameter `$container` of `Ghostwriter\Container\Instantiator#instantiate()` was removed
- Parameter `$container` of `Ghostwriter\Container\ParameterBuilder#build()` was removed

## [2.0.1] - 2023-11-15

Expand Down

0 comments on commit 72f9edf

Please sign in to comment.