Skip to content

Commit

Permalink
Update CHANGELOG.md (#63)
Browse files Browse the repository at this point in the history
closes #62
  • Loading branch information
bburnichon authored and Nyholm committed May 26, 2018
1 parent a58aaf5 commit 1fc2d96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ Changelog

## UNRELEASED

### Removed

* removed `Assert::isTraversable()`

## 1.3.0 (2018-01-29)

### Added

* added `Assert::minCount()`
Expand All @@ -20,6 +26,10 @@ Changelog

* `stringNotEmpty` will no longer report "0" is an empty string

### Deprecation

* deprecated `Assert::isTraversable()` in favor of `Assert::isIterable()`

## 1.2.0 (2016-11-23)

* added `Assert::throws()`
Expand Down

0 comments on commit 1fc2d96

Please sign in to comment.