diff --git a/.gitattributes b/.gitattributes index 611063fa..688bd271 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -/.composer-auth.json export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.styleci.yml export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e276c3e..da4fb3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)