Skip to content

Commit 6964c76

Browse files
authored
Release 1.10.0 (#239)
1 parent 728e294 commit 6964c76

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Changelog
33

44
## UNRELEASED
55

6+
## 1.10.0
7+
8+
### Added
9+
10+
* On invalid assertion, we throw a `Webmozart\Assert\InvalidArgumentException`
11+
* Added `Assert::positiveInteger()`
12+
13+
### Changed
14+
15+
* Using a trait with real implementations of `all*()` and `nullOr*()` methods to improve psalm compatibility.
16+
17+
### Removed
18+
19+
* Support for PHP <7.2
20+
621
## 1.9.1
722

823
## Fixed

0 commit comments

Comments
 (0)