Skip to content

Commit

Permalink
Update CHANGELOG with recent changes
Browse files Browse the repository at this point in the history
The CHANGELOG has been updated to reflect recent changes including dependency upgrades, removal of the PHPStan tool, and transitioning all test classes to use attributes instead of annotations. This update aims to provide a detailed record of modifications for easier project tracking and version control.

Signed-off-by: Marcel Strahl <info@marcel-strahl.de>
  • Loading branch information
Dropelikeit committed Mar 9, 2024
1 parent 9364cdf commit 0dcc1ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ This Changelog refers to all changes since v5.0.0
* Vat and Price entity now has a private constructor and is initialized by a new `static` create method.
* The `ConverterFactory` class uses `match` instead of `switch`.
* Fixed unwanted forced order in the VAT calculation (for more details see [Upgrade to 5.0 Guide](UPGRADE-5.0.md))

# v5.x.x
+ Upgrade of dependencies, removal of PHPStan as I focused more on Psalm.
+ All test classes are now final and use attributes instead of annotations.

0 comments on commit 0dcc1ff

Please sign in to comment.