Skip to content

Commit

Permalink
Updated change log (webmozarts#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Dec 25, 2018
1 parent 4af64d8 commit 39f5e64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.composer-auth.json export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.styleci.yml export-ignore
Expand Down
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@ Changelog

## UNRELEASED

### Removed
## 1.4.0 (2018-12-25)

* removed `Assert::isTraversable()`
### Added

* added `Assert::ip()`
* added `Assert::ipv4()`
* added `Assert::ipv6()`
* added `Assert::notRegex()`
* added `Assert::interfaceExists()`
* added `Assert::isList()`
* added `Assert::isMap()`
* added polyfill for ctype

### Fixed

* Special case when comparing objects implementing `__toString()`

## 1.3.0 (2018-01-29)

Expand Down

0 comments on commit 39f5e64

Please sign in to comment.