Skip to content

Commit

Permalink
Prepare v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed May 28, 2019
1 parent 25e18b5 commit 608b09b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## 3.2.1 - 2019-05-28

### Fixes
- Updated regex for `Assert\Assertion::url()` (Thanks to [Christophe Histaesse](https://github.com/beberlei/assert/pull/281))
- Fixed broken regex for `Assert\Assertion::url()` (Thanks to [Menno Holtkamp](https://github.com/beberlei/assert/issues/275))

### Other changes
- Added PHP 7.3.0, PHP 7.3.1, and PHP 7.3.2 to Travis pipeline as there are differences in PCRE
- Updated docblocks for `Assert\Assertion::NullOrXxxx()` to show that the first parameter can be null.
- Updated docblocks for `Assert\LazyAssertion` to show that the return type is `$this` to aid IDE's static analysis.

## 3.2.0 - 2018-12-24

### Added assertions
Expand Down Expand Up @@ -34,6 +45,11 @@ All notable changes to this project will be documented in this file.
### Fixes
- An `AssertionFailedException` must be a `Throwable` (Thanks to [Marco Pivetta](https://github.com/beberlei/assert/pull/256))

## 2.9.8 - 2019-05-28

### Fixes
- Updated regex for `Assert\Assertion::url()` (Thanks to [Christophe Histaesse](https://github.com/beberlei/assert/pull/281))

## 2.9.7 - 2019-02-19

### Fixes
Expand Down

0 comments on commit 608b09b

Please sign in to comment.