Skip to content

Commit

Permalink
Prepare V3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Dec 24, 2018
1 parent 753666c commit fd82f4c
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.2.0 - 2018-12-24

### Added assertions
- `Assertion::isCountable()` (Thanks to [Baptiste Clavié](https://github.com/beberlei/assert/pull/268))
- `Assertion::maxCount()` (Thanks to [Baptiste Clavié](https://github.com/beberlei/assert/pull/269))
- `Assertion::minCount()` (Thanks to [Baptiste Clavié](https://github.com/beberlei/assert/pull/269))
- `Assertion::nonContains()` (Thanks to [Baptiste Clavié](https://github.com/beberlei/assert/pull/270))

### Other changes
- Added PHP 7.3 to Travis pipeline
- Added support for `\ResourceBundle` and `\SimpleXMLElement` to `Assertion::count()`.

## 3.1.0 - 2018-10-29

### Other changes
Expand Down

0 comments on commit fd82f4c

Please sign in to comment.