From 7826734264cd1a5fe891d04a2598f7e106cb5f4c Mon Sep 17 00:00:00 2001 From: Raul Fraile Date: Sun, 9 Dec 2018 10:57:41 +0100 Subject: [PATCH] Remove changelog line as it points to 3.4 now --- src/Symfony/Component/Validator/CHANGELOG.md | 39 -------------------- 1 file changed, 39 deletions(-) diff --git a/src/Symfony/Component/Validator/CHANGELOG.md b/src/Symfony/Component/Validator/CHANGELOG.md index 4d9c3d6a072b0..740e23b09051e 100644 --- a/src/Symfony/Component/Validator/CHANGELOG.md +++ b/src/Symfony/Component/Validator/CHANGELOG.md @@ -1,45 +1,6 @@ CHANGELOG ========= - - -4.3.0 ------ - - * added options `iban` and `ibanPropertyPath` to Bic constraint - -4.2.0 ------ - - * added a new `UnexpectedValueException` that can be thrown by constraint validators, these exceptions are caught by - the validator and are converted into constraint violations - * added `DivisibleBy` constraint - * decoupled from `symfony/translation` by using `Symfony\Contracts\Translation\TranslatorInterface` - * deprecated `ValidatorBuilderInterface` - * made `ValidatorBuilder` final - * marked `format` the default option in `DateTime` constraint - * deprecated validating instances of `\DateTimeInterface` in `DateTimeValidator`, `DateValidator` and `TimeValidator`. - * deprecated using the `Bic`, `Country`, `Currency`, `Language` and `Locale` constraints without `symfony/intl` - * deprecated using the `Email` constraint without `egulias/email-validator` - * deprecated using the `Expression` constraint without `symfony/expression-language` - -4.1.0 ------ - - * Deprecated the `checkDNS` and `dnsMessage` options of the `Url` constraint. - * added a `values` option to the `Expression` constraint - * Deprecated use of `Locale` constraint without setting `true` at "canonicalize" option, which will be the default value in 5.0 - -4.0.0 ------ - - * Setting the `strict` option of the `Choice` constraint to anything but `true` - is not supported anymore. - * removed the `DateTimeValidator::PATTERN` constant - * removed the `AbstractConstraintValidatorTest` class - * removed support for setting the `checkDNS` option of the `Url` constraint to `true` - ->>>>>>> Added changelog line 3.4.0 -----