Skip to content

Commit 608b09b

Browse files
committed
Prepare v3.2.1
1 parent 25e18b5 commit 608b09b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 3.2.1 - 2019-05-28
5+
6+
### Fixes
7+
- Updated regex for `Assert\Assertion::url()` (Thanks to [Christophe Histaesse](https://github.com/beberlei/assert/pull/281))
8+
- Fixed broken regex for `Assert\Assertion::url()` (Thanks to [Menno Holtkamp](https://github.com/beberlei/assert/issues/275))
9+
10+
### Other changes
11+
- Added PHP 7.3.0, PHP 7.3.1, and PHP 7.3.2 to Travis pipeline as there are differences in PCRE
12+
- Updated docblocks for `Assert\Assertion::NullOrXxxx()` to show that the first parameter can be null.
13+
- Updated docblocks for `Assert\LazyAssertion` to show that the return type is `$this` to aid IDE's static analysis.
14+
415
## 3.2.0 - 2018-12-24
516

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

48+
## 2.9.8 - 2019-05-28
49+
50+
### Fixes
51+
- Updated regex for `Assert\Assertion::url()` (Thanks to [Christophe Histaesse](https://github.com/beberlei/assert/pull/281))
52+
3753
## 2.9.7 - 2019-02-19
3854

3955
### Fixes

0 commit comments

Comments
 (0)