Skip to content

Commit

Permalink
Release 1.10.0 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Mar 9, 2021
1 parent 728e294 commit 6964c76
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Changelog

## UNRELEASED

## 1.10.0

### Added

* On invalid assertion, we throw a `Webmozart\Assert\InvalidArgumentException`
* Added `Assert::positiveInteger()`

### Changed

* Using a trait with real implementations of `all*()` and `nullOr*()` methods to improve psalm compatibility.

### Removed

* Support for PHP <7.2

## 1.9.1

## Fixed
Expand Down

0 comments on commit 6964c76

Please sign in to comment.