Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / CHANGELOG.md
index 78a5ad150be3cb8481d35ae75a49a25bceeb3080..740e23b09051e6a64c8701e2b347ca8bf7b0f6f4 100644 (file)
@@ -1,10 +1,29 @@
 CHANGELOG
 =========
 
+3.4.0
+-----
+
+ * added support for validation groups to the `Valid` constraint
+ * not setting the `strict` option of the `Choice` constraint to `true` is
+   deprecated and will throw an exception in Symfony 4.0
+ * setting the `checkDNS` option of the `Url` constraint to `true` is deprecated in favor of
+   the `Url::CHECK_DNS_TYPE_*` constants values and will throw an exception in Symfony 4.0
+ * added min/max amount of pixels check to `Image` constraint via `minPixels` and `maxPixels`
+ * added a new "propertyPath" option to comparison constraints in order to get the value to compare from an array or object
+
+3.3.0
+-----
+
+ * added `AddValidatorInitializersPass`
+ * added `AddConstraintValidatorsPass`
+ * added `ContainerConstraintValidatorFactory`
+
 3.2.0
 -----
 
  * deprecated `Tests\Constraints\AbstractContraintValidatorTest` in favor of `Test\ConstraintValidatorTestCase`
+ * added support for PHP constants in YAML configuration files
 
 3.1.0
 -----