Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed May 16, 2024
1 parent 5ee5ace commit 149711e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# CHANGELOG

## Unreleased
## Unreleased (5.x)

- (ADD) Inject via attributes
- (ADD) Support for PHP 8.2 and 8.3
- (ADD) Support for PHPUnit 10
- (ADD) PHPStan analysis
- (CHG) Dropped support psr/container 1.x
- (CHG) Dropped PHP 7
- (CHG) Dropped PHPUnit 8
- (CHG) Remove roave/security-advisories (include composer now)
- (CHG) Container constructor now requires a Resolver
- (CHG) Container constructor does not require a InjectionFactory anymore
- (CHG) LazyInterface now expects a Resolver when __invoke gets called
- (CHG) Resolver now holds the service instances

- (CHG) Dropped PHPUnit polyfills

## 4.2.1

Expand Down

2 comments on commit 149711e

@harikt
Copy link
Member

@harikt harikt commented on 149711e May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the changelog please add public methods that got changed / removed for an easier upgrade from 4.x to 5.x .

@frederikbosch
Copy link
Contributor Author

@frederikbosch frederikbosch commented on 149711e May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good suggestion, it's already added in the migration document though.

Please sign in to comment.