Skip to content

Commit 82d24c3

Browse files
committed
Update changelog for recent pulls
1 parent 2a614c5 commit 82d24c3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@ Changelog
55

66
### Changed
77

8-
- **BREAKING**: Minimum PHP version is now 8.2 (was 7.2).
8+
- **BREAKING** Minimum PHP version is now 8.2 (was 7.2).
9+
- **BREAKING** Remove deprecated `isTraversable`, use `isIterable` or `isInstanceOf` instead.
910
- Updated CI/CD test matrix to test PHP 8.2, 8.3, 8.4, and 8.5.
1011
- Updated development tools (PHPUnit, Psalm, PHP-CS-Fixer) to supported versions.
1112
- Added explicit return types and parameter types to all methods in both source code and tests.
12-
- Remove deprecated `isTraversable` (use `isIterable` or `isInstanceOf` instead).
13-
- Added `notInArray` and `notOneOf`
13+
14+
### Added
15+
16+
- All assertion methods now return the checked value.
17+
- Added `notInArray` and `notOneOf`.
18+
- Added `isInitialized`, to check if a class property is initialized.
19+
20+
### Fixed
21+
22+
- Corrected validation of emails with unicode characters.
1423

1524
## 1.12.1
1625

0 commit comments

Comments
 (0)