Skip to content

Commit 0dcc1ff

Browse files
committed
Update CHANGELOG with recent changes
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>
1 parent 9364cdf commit 0dcc1ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ This Changelog refers to all changes since v5.0.0
1010
* Vat and Price entity now has a private constructor and is initialized by a new `static` create method.
1111
* The `ConverterFactory` class uses `match` instead of `switch`.
1212
* Fixed unwanted forced order in the VAT calculation (for more details see [Upgrade to 5.0 Guide](UPGRADE-5.0.md))
13+
14+
# v5.x.x
15+
+ Upgrade of dependencies, removal of PHPStan as I focused more on Psalm.
16+
+ All test classes are now final and use attributes instead of annotations.

0 commit comments

Comments
 (0)