Skip to content

Commit

Permalink
Prepare V3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Oct 10, 2019
1 parent c6031a7 commit 3b721c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.

## 3.3.0 - 2019-10-09

### Other changes
- Fixed the `@method` return type for `Assert\LazyAssertion` methods to show that the return type is `static` for
extensions of `Assert\LazyAssertion`.

- Removed dependency of the intl extension. If the extension is available, then `Assert\Assertion::count()`,
`Assert\Assertion::isCountable()`, `Assert\Assertion::minCount()`, and `Assert\Assertion::maxCount()` will operate on
`ResourceBundles`.

- Restored `\Assert\Assertion::createException()` signature to 3.2.2. Sincerely apologies to the BC break.

## 3.2.3 - 2019-08-23

### Other changes
Expand Down

0 comments on commit 3b721c7

Please sign in to comment.