[Validator] improve the changelog

This commit is contained in:
Christian Flothmann 2017-07-04 21:32:35 +02:00
parent a1c77e7c55
commit ac107ba6b2

View File

@ -6,7 +6,8 @@ CHANGELOG
* 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 constant values 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
3.3.0
-----