File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22All 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
You can’t perform that action at this time.
0 commit comments