Security update for Core, with self-updated composer
[yaffs-website] / vendor / webmozart / assert / CHANGELOG.md
index 32983611e1c379026ba15e124807f4b1a04863c0..65fbc8f7ade7cf69e3b3cbf309dce739634efca3 100644 (file)
@@ -1,13 +1,32 @@
 Changelog
 =========
 
-* 1.2.0 (2016-11-23)
+## UNRELEASED
+
+### Added 
+
+* added `Assert::minCount()`
+* added `Assert::maxCount()`
+* added `Assert::countBetween()`
+* added `Assert::isCountable()`
+* added `Assert::notWhitespaceOnly()`
+* added `Assert::natural()`
+* added `Assert::notContains()`
+* added `Assert::isArrayAccessible()`
+* added `Assert::isInstanceOfAny()`
+* added `Assert::isIterable()`
+
+### Fixed
+
+* `stringNotEmpty` will no longer report "0" is an empty string
+
+## 1.2.0 (2016-11-23)
 
  * added `Assert::throws()`
  * added `Assert::count()`
  * added extension point `Assert::reportInvalidArgument()` for custom subclasses
 
-* 1.1.0 (2016-08-09)
+## 1.1.0 (2016-08-09)
 
  * added `Assert::object()`
  * added `Assert::propertyExists()`
@@ -16,19 +35,19 @@ Changelog
  * added `Assert::methodNotExists()`
  * added `Assert::uuid()`
 
-* 1.0.2 (2015-08-24)
+## 1.0.2 (2015-08-24)
 
  * integrated Style CI
  * add tests for minimum package dependencies on Travis CI
 
-* 1.0.1 (2015-05-12)
+## 1.0.1 (2015-05-12)
 
  * added support for PHP 5.3.3
 
-* 1.0.0 (2015-05-12)
+## 1.0.0 (2015-05-12)
 
  * first stable release
 
-* 1.0.0-beta (2015-03-19)
+## 1.0.0-beta (2015-03-19)
 
  * first beta release