feat(Assertion): Add log method to Assertion class

This commit is contained in:
2024-12-30 20:49:27 +01:00
parent 847b106302
commit 1979d8dd9c
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2024-12-30 - 1.4.0 - feat(Assertion)
Add log method to Assertion class
- Introduced a log method in the Assertion class to output assertion context.
## 2024-12-30 - 1.3.0 - feat(Assertion)
Refactor Assertion class for better error handling and code clarity