From 769b71f02aeb0af741a85a8895b1f6c14f19b46d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 6 Sep 2011 08:19:05 +0200 Subject: [PATCH] updated CHANGELOG for 2.1 --- CHANGELOG-2.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index c1f8dbbc3e..4d9908da2d 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -36,4 +36,5 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c ### Validator + * improved the ImageValidator with min width, max width, min height, and max height constraints * added support for MIME with wildcard in FileValidator