Skip to content

Commit

Permalink
Add 1.11.0 to the changelog (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: Gert de Pagter <gert.de.pagter@yoursurprise.com>
  • Loading branch information
BackEndTea and BackEndTea committed Jun 3, 2022
1 parent af18046 commit 11cb219
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Changelog

## UNRELEASED

## 1.11.0

### Added

* Added explicit (non magic) `allNullOr*` methods, with `@psalm-assert` annotations, for better Psalm support.

### Changed

* Trait methods will now check the assertion themselves, instead of using `__callStatic`
* `isList` will now deal correctly with (modified) lists that contain `NaN`
* `reportInvalidArgument` now has a return type of `never`.

### Removed

* Removed `symfony/polyfill-ctype` as a dependency, and require `ext-cytpe` instead.
* You can still require the `symfony/polyfill-ctype` in your project if you need it, as it provides `ext-ctype`

## 1.10.0

### Added
Expand Down

0 comments on commit 11cb219

Please sign in to comment.