From 67a7ea3fbe92578651b74b5118f22f0620941f8f Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Sun, 16 Sep 2018 11:22:20 +0200 Subject: [PATCH] changelog --- src/Symfony/Component/Validator/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Validator/CHANGELOG.md b/src/Symfony/Component/Validator/CHANGELOG.md index a1f068f3145a1..80786d1ce2ff2 100644 --- a/src/Symfony/Component/Validator/CHANGELOG.md +++ b/src/Symfony/Component/Validator/CHANGELOG.md @@ -10,6 +10,7 @@ CHANGELOG * made `ValidatorBuilder` final * marked `format` the default option in `DateTime` constraint * deprecated validating instances of `\DateTimeInterface` in `DateTimeValidator`, `DateValidator` and `TimeValidator`. + * validating a BIC based on a given IBAN 4.1.0 -----